Skip to content

Commit c13ad4e

Browse files
committed
changed workflow
1 parent 9606940 commit c13ad4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/unity-cloud-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: Unity Build Automation
22

33
on:
4-
workflow_dispatch:
4+
pull_request:
5+
types: [opened, synchronize, reopened]
56

67
jobs:
78
test-and-build:
9+
if: github.event_name == 'workflow_dispatch'
810
runs-on: ubuntu-latest
911
environment: github-pages
1012

0 commit comments

Comments
 (0)