We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 771e746 commit 7228f48Copy full SHA for 7228f48
.github/workflows/DEPLOY_TO_PAGES.yml
@@ -2,6 +2,7 @@ name: Deploy to GitHub Pages
2
on:
3
push:
4
branches: [ $default-branch ]
5
+ workflow_dispatch:
6
concurrency:
7
group: "pages"
8
cancel-in-progress: false
0 commit comments