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-19 22:22:12 -04:00 committed by GitHub
parent 45b231938b
commit 15fcbf34c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }}