Skip to content

Commit 9e6c1bd

Browse files
committed
Workflow update
1 parent 5ed443b commit 9e6c1bd

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build Sample Project
22

3-
on: [push, pull_request, workflow_dispatch]
3+
# on: [push, pull_request, workflow_dispatch]
4+
on: [pull_request, workflow_dispatch]
45

56
jobs:
67
buildForAllSupportedPlatforms:
@@ -17,7 +18,7 @@ jobs:
1718
# - StandaloneWindows64 # Build a Windows 64-bit standalone.
1819
# - StandaloneLinux64 # Build a Linux 64-bit standalone.
1920
# - iOS # Build an iOS player.
20-
- Android # Build an Android .apk standalone app.
21+
# - Android # Build an Android .apk standalone app.
2122
- WebGL # WebGL.
2223
steps:
2324
- if: matrix.targetPlatform == 'Android' || matrix.targetPlatform == 'WebGL'
@@ -64,4 +65,4 @@ jobs:
6465
vercel-token: ${{ secrets.VERCEL_TOKEN }}
6566
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
6667
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
67-
working-directory: Build/WebGL/
68+
working-directory: Build/WebGL/WebGL

0 commit comments

Comments
 (0)