From 15fcbf34c2c06edd442dd143f11ae1ebdf65ac4e Mon Sep 17 00:00:00 2001 From: Gabriel Le Breton Date: Mon, 19 Oct 2020 22:22:12 -0400 Subject: [PATCH] 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 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b393930..48ec084 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: Unity Actions on: pull_request: {} - push: { branches: [main] } + push: { branches: [main, master, develop] } env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}