Revert change to actions trigger
https://github.community/t/how-to-run-a-workflow-only-once-even-when-triggered-mutliple-times/16436/4
This commit is contained in:
parent
c32b57adb1
commit
cdd8015908
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -2,8 +2,7 @@ name: Unity Actions
|
||||
|
||||
on:
|
||||
pull_request: {}
|
||||
push: {}
|
||||
# push: { branches: [main, master, develop] }
|
||||
push: { branches: [main, master, develop] }
|
||||
|
||||
env:
|
||||
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||
|
Loading…
Reference in New Issue
Block a user