Skip to content

Commit 8d2e450

Browse files
committed
ci:test
1 parent f3230ed commit 8d2e450

File tree

3 files changed

+3
-2
lines changed

3 files changed

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

.github/workflows/ubuntubuild.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939

4040
- name: sub module checkout (opensource)
4141
run: |
42+
ls -al
4243
git submodule init
4344
git submodule update
4445

0 commit comments

Comments
 (0)