We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441a2c1 commit a2e5054Copy full SHA for a2e5054
1 file changed
.github/workflows/deploy.yml
@@ -2,7 +2,8 @@ name: Build and deploy Zola website
2
on:
3
push:
4
branches:
5
- - master
+ - main
6
+ workflow_dispatch:
7
8
permissions:
9
contents: read
0 commit comments