Compare commits

..

1 Commits

Author SHA1 Message Date
b45980c172 ci: only deploy to pages on master pushes 2025-07-28 17:09:21 -05:00

View File

@@ -127,9 +127,11 @@ jobs:
- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
with:
path: "./dist/"
retention-days: 7
- name: Deploy
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
uses: actions/deploy-pages@v4