From ad4dd30dd41a8640ec2ae861db8c6ccce4483d01 Mon Sep 17 00:00:00 2001 From: Gabriel Le Breton Date: Mon, 4 Jan 2021 13:35:42 -0500 Subject: [PATCH] Run pipeline in no matter the branch and use v2.0-aplha-5 --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3e8d675..35163a6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,8 @@ name: Unity Actions on: pull_request: {} - push: { branches: [main, master, develop] } + push: {} + # push: { branches: [main, master, develop] } env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} @@ -91,7 +92,7 @@ jobs: restore-keys: | Library-${{ matrix.projectPath }}- Library- - - uses: webbertakken/unity-builder@v2.0-alpha-3 + - uses: webbertakken/unity-builder@v2.0-aplha-5 with: projectPath: ${{ env.PROJECT_PATH }} unityVersion: ${{ env.UNITY_VERSION }}