We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437af5f commit cf849d3Copy full SHA for cf849d3
1 file changed
.github/workflows/deploy-static.yml
@@ -1,9 +1,8 @@
1
-# Simple workflow for deploying static content to GitHub Pages
2
-name: Deploy static content to Pages
+name: Deploy site
3
4
on:
5
push:
6
- branches: [$default-branch]
+ branches: [main]
7
workflow_dispatch:
8
9
permissions:
0 commit comments