Skip to content

Commit e20bad9

Browse files
committed
ci:open workflows
1 parent 7fadcbf commit e20bad9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/macbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: macos build workflows
33
on:
44
push:
55
branches:
6-
- 'master1'
6+
- 'master'
77
paths:
88
- 'XEngine_Source/**'
99
- 'XEngine_Release/**'

.github/workflows/msbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: windows build workflows
33
on:
44
push:
55
branches:
6-
- 'master1'
6+
- 'master'
77
paths:
88
- 'XEngine_Source/**'
99
- 'XEngine_Release/**'

.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-
- 'master1'
6+
- 'master'
77
paths:
88
- 'XEngine_Source/**'
99
- 'XEngine_Release/**'

0 commit comments

Comments
 (0)