Run pipeline in no matter the branch and use v2.0-aplha-5
This commit is contained in:
parent
8f2d953c44
commit
ad4dd30dd4
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user