Skip to content

Commit ecc4bb6

Browse files
committed
modify:workflows
1 parent b4df86a commit ecc4bb6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/linuxbuild.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: ubuntu build workflows
33
on:
44
push:
55
branches: [ "develop" ]
6-
6+
paths:
7+
- 'XEngine_Source/**'
8+
- 'XEngine_Release/**'
79
permissions:
810
contents: read
911

.github/workflows/macbuild.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: macos build workflows
33
on:
44
push:
55
branches: [ "develop" ]
6+
paths:
7+
- 'XEngine_Source/**'
8+
- 'XEngine_Release/**'
69

710
permissions:
811
contents: read

.github/workflows/msbuild.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: windows build workflows
33
on:
44
push:
55
branches: [ "develop" ]
6-
6+
paths:
7+
- 'XEngine_Source/**'
8+
- 'XEngine_Release/**'
79
permissions:
810
contents: read
911

0 commit comments

Comments
 (0)