We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028cc7d commit bc33f98Copy full SHA for bc33f98
.github/workflows/cd.yml
@@ -69,4 +69,5 @@ jobs:
69
path: './docs/'
70
- name: Deploy to GitHub Pages
71
id: deployment
72
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v2
73
+ if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
0 commit comments