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:
parent
9ab6fc0b2b
commit
5eb8e33b75
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user