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:
|
||||
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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user