We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da7731c + 989be3b commit 6bd9e6eCopy full SHA for 6bd9e6e
1 file changed
.github/workflows/deploy.yml
@@ -1,7 +1,9 @@
1
name: Deploy to GitHub Pages
2
on:
3
push:
4
- branches: ["**"]
+ branches:
5
+ - main
6
+ workflow_dispatch:
7
permissions:
8
contents: read
9
pages: write
0 commit comments