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:
Gabriel Le Breton
2020-10-20 02:22:12 +00:00
committed by GitHub
parent 45b231938b
commit 15fcbf34c2
+1 -1
View File
@@ -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 }}