Skip to content

Commit 883fcbc

Browse files
authored
Update main.yml
1 parent ef619f9 commit 883fcbc

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 0
26-
lfs: true
2726
- uses: actions/cache@v3
2827
with:
2928
path: ${{ matrix.projectPath }}/Library
@@ -49,19 +48,15 @@ jobs:
4948
name: Deploy to Vercel
5049
runs-on: ubuntu-latest
5150
needs: buildForAllSupportedPlatforms
52-
if: github.event_name == 'push'
5351
steps:
5452
- uses: actions/checkout@v4
5553
with:
5654
fetch-depth: 0
57-
lfs: true
58-
5955
- name: Download WebGL Build Artifact
6056
uses: actions/download-artifact@v3
6157
with:
6258
name: Build-WebGL
6359
path: Build/WebGL
64-
6560
- name: Deploy to Vercel
6661
uses: amondnet/vercel-action@v20
6762
with:

0 commit comments

Comments
 (0)