Skip to content

Commit bb04fb0

Browse files
committed
Workflow update
1 parent b819564 commit bb04fb0

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Build Sample Project
22

3-
on: [push, pull_request, workflow_dispatch]
3+
on:
4+
pull_request:
5+
types: [opened, reopened]
6+
push:
7+
branches:
8+
- 'refs/pull/*/merge'
9+
workflow_dispatch:
410

511
jobs:
612
buildForAllSupportedPlatforms:
@@ -64,5 +70,6 @@ jobs:
6470
vercel-token: ${{ secrets.VERCEL_TOKEN }}
6571
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
6672
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
67-
github-comment: ${{ secrets.GITHUB_TOKEN }}
73+
github-token: ${{ secrets.GITHUB_TOKEN }}
74+
github-comment: true
6875
working-directory: Build/WebGL/WebGL

0 commit comments

Comments
 (0)