Skip to content

Commit d498488

Browse files
committed
Rename branch
1 parent 2fed679 commit d498488

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

.github/workflows/linux-aarch64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Linux AArch64 Build
22
on:
33
push:
4-
branches: [ "gh-pipeline" ]
4+
branches: [ "gh-build" ]
55
pull_request:
6-
branches: [ "gh-pipeline" ]
6+
branches: [ "gh-build" ]
77

88
jobs:
99
aarch64-linux-build-and-upload:
@@ -22,7 +22,7 @@ jobs:
2222
apt-get install build-essential -y -q
2323
apt-get install git -y -q
2424
pwd ; ls -al
25-
git clone https://github.com/RubyMetric/chsrc -b gh-pipeline -q
25+
git clone https://github.com/RubyMetric/chsrc -b gh-build -q
2626
cd chsrc
2727
make CI CI_Build_Name=chsrc-aarch64-linux
2828
cp ./chsrc-aarch64-linux /artifacts

.github/workflows/linux-armv7.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Linux ARMv7 Build
22
on:
33
push:
4-
branches: [ "gh-pipeline" ]
4+
branches: [ "gh-build" ]
55
pull_request:
6-
branches: [ "gh-pipeline" ]
6+
branches: [ "gh-build" ]
77

88
jobs:
99
armv7-linu-build-and-upload:
@@ -22,7 +22,7 @@ jobs:
2222
apt-get install build-essential -y -q
2323
apt-get install git -y -q
2424
pwd ; ls -al
25-
git clone https://github.com/RubyMetric/chsrc -b gh-pipeline -q
25+
git clone https://github.com/RubyMetric/chsrc -b gh-build -q
2626
cd chsrc
2727
make CI CI_Build_Name=chsrc-armv7-linux
2828
cp ./chsrc-armv7-linux /artifacts

.github/workflows/linux-riscv64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Linux riscv64 Build
22
on:
33
push:
4-
branches: [ "gh-pipeline" ]
4+
branches: [ "gh-build" ]
55
pull_request:
6-
branches: [ "gh-pipeline" ]
6+
branches: [ "gh-build" ]
77

88
jobs:
99
riscv64-linux-build-and-upload:
@@ -22,7 +22,7 @@ jobs:
2222
apt-get install build-essential -y -q
2323
apt-get install git -y -q
2424
pwd ; ls -al
25-
git clone https://github.com/RubyMetric/chsrc -b gh-pipeline -q
25+
git clone https://github.com/RubyMetric/chsrc -b gh-build -q
2626
cd chsrc
2727
make CI CI_Build_Name=chsrc-riscv64-linux
2828
cp ./chsrc-riscv64-linux /artifacts

.github/workflows/linux-x64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Linux x64 Build
22
on:
33
push:
4-
branches: [ "gh-pipeline" ]
4+
branches: [ "gh-build" ]
55
pull_request:
6-
branches: [ "gh-pipeline" ]
6+
branches: [ "gh-build" ]
77

88
jobs:
99
x64-linux-build-and-upload:

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: macOS Build
22
on:
33
push:
4-
branches: [ "gh-pipeline" ]
4+
branches: [ "gh-build" ]
55
pull_request:
6-
branches: [ "gh-pipeline" ]
6+
branches: [ "gh-build" ]
77

88
jobs:
99
build-and-upload-on-M1:

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Windows Build
22
on:
33
push:
4-
branches: [ "gh-pipeline" ]
4+
branches: [ "gh-build" ]
55
pull_request:
6-
branches: [ "gh-pipeline" ]
6+
branches: [ "gh-build" ]
77

88
jobs:
99
build-and-upload:

doc/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 分支
44

5-
- `gh-pipeline`:仅仅在发布版本时由 `@ccmywish` 推送,触发编译到 GitHub Releases 中
5+
- `gh-build`:仅仅在发布版本时由 `@ccmywish` 推送,触发编译到 GitHub Releases 中
66
- `gh-site``chsrc.run` 的工作分支,由 `@ccmywish` 推送
77
- `main`: stable,代码一定是可以编译运行的,我们假设 end users 在其他条件都得不到二进制时,会自己编译这个分支来运行 `chsrc`
88
- `dev`:开发分支,工作分支,在此分支上解决冲突

0 commit comments

Comments
 (0)