Skip to content

Commit 41c51a2

Browse files
committed
ci:update
1 parent 1f39233 commit 41c51a2

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/macbuild.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: macos build workflows
33
on:
44
push:
55
branches:
6-
- 'master'
7-
- 'actions'
6+
- 'master1'
87

98
jobs:
109
build:

.github/workflows/msbuild.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: windows build workflows
33
on:
44
push:
55
branches:
6-
- 'master'
7-
- 'actions'
6+
- 'master1'
87

98
jobs:
109
build:

.github/workflows/rockybuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: rocky build workflows
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- 'master1'
77

88
permissions:
99
contents: read

.github/workflows/ubuntubuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ubuntu build workflows
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- 'master1'
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)