We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b819564 commit bb04fb0Copy full SHA for bb04fb0
1 file changed
.github/workflows/main.yml
@@ -1,6 +1,12 @@
1
name: Build Sample Project
2
3
-on: [push, pull_request, workflow_dispatch]
+on:
4
+ pull_request:
5
+ types: [opened, reopened]
6
+ push:
7
+ branches:
8
+ - 'refs/pull/*/merge'
9
+ workflow_dispatch:
10
11
jobs:
12
buildForAllSupportedPlatforms:
@@ -64,5 +70,6 @@ jobs:
64
70
vercel-token: ${{ secrets.VERCEL_TOKEN }}
65
71
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
66
72
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
67
- github-comment: ${{ secrets.GITHUB_TOKEN }}
73
+ github-token: ${{ secrets.GITHUB_TOKEN }}
74
+ github-comment: true
68
75
working-directory: Build/WebGL/WebGL
0 commit comments