From 62f2937901784b772353b0ec8e92fa2a8450a634 Mon Sep 17 00:00:00 2001 From: Gabriel Le Breton Date: Mon, 19 Oct 2020 22:13:21 -0400 Subject: [PATCH] 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. --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b393930..1571be4 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 }} @@ -59,8 +59,6 @@ jobs: - uses: webbertakken/unity-test-runner@v1.7 id: testRunner with: - projectPath: ${{ env.PROJECT_PATH }} - unityVersion: ${{ env.UNITY_VERSION }} testMode: all customParameters: "-nographics" - uses: actions/upload-artifact@v1