Skip to content

Commit c168cae

Browse files
committed
workflow: change to main branch
1 parent 27f580d commit c168cae

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
paths-ignore:
66
- '*.md'
77
- .github/workflows/*.yaml

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ Each [GitHub Releases](https://github.com/ayufan/pve-backup-server-dockerfiles/r
4444
## Run
4545

4646
```bash
47-
wget https://raw.githubusercontent.com/ayufan/pve-backup-server-dockerfiles/refs/heads/master/docker-compose.yml
47+
wget https://raw.githubusercontent.com/ayufan/pve-backup-server-dockerfiles/refs/heads/main/docker-compose.yml
4848
docker-compose up -d
4949
```
5050

5151
**Run beta variant:**
5252

5353
```bash
54-
wget https://raw.githubusercontent.com/ayufan/pve-backup-server-dockerfiles/refs/heads/master/docker-compose.yml
54+
wget https://raw.githubusercontent.com/ayufan/pve-backup-server-dockerfiles/refs/heads/main/docker-compose.yml
5555
TAG=beta docker-compose up -d
5656
```
5757

@@ -194,7 +194,7 @@ tar zxf proxmox-backup-client-*.tgz
194194
proxmox-backup-client-*/proxmox-backup-client.sh
195195
```
196196

197-
## Build on your own / Recompile latest version or master
197+
## Build on your own / Recompile latest version or main
198198

199199
Refer to [PROCESS.md](PROCESS.md).
200200

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ docker pull ayufan/proxmox-backup-server:#{GIT_TAG_NAME}
1515
## Run as a docker container
1616

1717
```bash
18-
wget https://raw.githubusercontent.com/ayufan/pve-backup-server-dockerfiles/refs/heads/master/docker-compose.yml
18+
wget https://raw.githubusercontent.com/ayufan/pve-backup-server-dockerfiles/refs/heads/main/docker-compose.yml
1919
TAG=#{GIT_TAG_NAME} docker-compose up -d
2020
```
2121

0 commit comments

Comments
 (0)