Skip to content

Commit 3acf4c8

Browse files
committed
Update deploy.yml
1 parent 6e14335 commit 3acf4c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- run: node --run build
2828

2929
- name: Upload static files as artifact
30+
if: github.event_name == 'push' && github.ref_name == 'main'
3031
id: deployment
3132
uses: actions/upload-pages-artifact@v3
3233
with:

0 commit comments

Comments
 (0)