Ignore push on main branch

Ignore push on main branch, since the pull request should have already tested that change.
Continue to run on pushes to all other branches.
This commit is contained in:
David Finol 2022-05-13 12:45:59 -05:00 committed by GitHub
parent 9ab6fc0b2b
commit 5eb8e33b75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,9 @@ name: Unity Actions
on: on:
pull_request: {} pull_request: {}
push: {} push:
branches-ignore:
- main
env: env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}