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