We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4df86a commit ecc4bb6Copy full SHA for ecc4bb6
.github/workflows/linuxbuild.yml
@@ -3,7 +3,9 @@ name: ubuntu build workflows
3
on:
4
push:
5
branches: [ "develop" ]
6
-
+ paths:
7
+ - 'XEngine_Source/**'
8
+ - 'XEngine_Release/**'
9
permissions:
10
contents: read
11
.github/workflows/macbuild.yml
@@ -3,6 +3,9 @@ name: macos build workflows
.github/workflows/msbuild.yml
@@ -3,7 +3,9 @@ name: windows build workflows
0 commit comments