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: on:
pull_request: {} pull_request: {}
push: { branches: [main, master, develop] } push: {}
# push: { branches: [main, master, develop] }
env: env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
@ -91,7 +92,7 @@ jobs:
restore-keys: | restore-keys: |
Library-${{ matrix.projectPath }}- Library-${{ matrix.projectPath }}-
Library- Library-
- uses: webbertakken/unity-builder@v2.0-alpha-3 - uses: webbertakken/unity-builder@v2.0-aplha-5
with: with:
projectPath: ${{ env.PROJECT_PATH }} projectPath: ${{ env.PROJECT_PATH }}
unityVersion: ${{ env.UNITY_VERSION }} unityVersion: ${{ env.UNITY_VERSION }}