Run pipeline in no matter the branch and use v2.0-aplha-5

This commit is contained in:
Gabriel Le Breton 2021-01-04 13:35:42 -05:00
parent 8f2d953c44
commit ad4dd30dd4

View File

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