We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e14335 commit 3acf4c8Copy full SHA for 3acf4c8
1 file changed
.github/workflows/deploy.yml
@@ -27,6 +27,7 @@ jobs:
27
- run: node --run build
28
29
- name: Upload static files as artifact
30
+ if: github.event_name == 'push' && github.ref_name == 'main'
31
id: deployment
32
uses: actions/upload-pages-artifact@v3
33
with:
0 commit comments