Build on some other branches too in example (#4)
* Fix warnings in pipeline and add other branches Turns out builder needs them, but not the tester, I'm not sure why exactly. Anyway, this should cover most cases now. * Revert projectPath and unityVersion removal I think the warnings are just wrong so I added this back
This commit is contained in:
parent
45b231938b
commit
15fcbf34c2
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -2,7 +2,7 @@ name: Unity Actions
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request: {}
|
pull_request: {}
|
||||||
push: { branches: [main] }
|
push: { branches: [main, master, develop] }
|
||||||
|
|
||||||
env:
|
env:
|
||||||
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||||
|
Loading…
Reference in New Issue
Block a user