Skip to content

Commit 0a3ea4c

Browse files
committed
Revert "cancel modification"
This reverts commit f266edc.
1 parent f266edc commit 0a3ea4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/netlify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
run: |
9292
npm run unused-asset
9393
- name: Deploy to Netlify
94+
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
9495
uses: nwtgck/actions-netlify@v3.0
9596
with:
9697
publish-dir: dist

0 commit comments

Comments
 (0)