Skip to content

Commit 155b5e6

Browse files
committed
update:workflows
1 parent 9787afe commit 155b5e6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/linuxbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: ubuntu build workflows
22

33
on:
44
push:
5-
branches: [ "develop" ]
5+
branches: [ "master" ]
66
pull_request:
7-
branches: [ "develop" ]
7+
branches: [ "master" ]
88

99
permissions:
1010
contents: read

.github/workflows/macbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: macos build workflows
22

33
on:
44
push:
5-
branches: [ "develop" ]
5+
branches: [ "master" ]
66
pull_request:
7-
branches: [ "develop" ]
7+
branches: [ "master" ]
88

99
permissions:
1010
contents: read

.github/workflows/msbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: windows build workflows
22

33
on:
44
push:
5-
branches: [ "develop" ]
5+
branches: [ "master" ]
66
pull_request:
7-
branches: [ "develop" ]
7+
branches: [ "master" ]
88

99
permissions:
1010
contents: read

0 commit comments

Comments
 (0)