We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ffcbbb commit e062956Copy full SHA for e062956
1 file changed
.github/workflows/main.yml
@@ -1,6 +1,6 @@
1
name: Build Sample Project
2
3
-on: [push, pull_request]
+on: [push, pull_request, workflow_dispatch]
4
5
jobs:
6
buildForAllSupportedPlatforms:
@@ -36,6 +36,7 @@ jobs:
36
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
37
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
38
with:
39
+ buildsPath: Build
40
projectPath: ${{ matrix.projectPath }}
41
targetPlatform: ${{ matrix.targetPlatform }}
42
customParameters: -Development
0 commit comments