1 parent 4a55503 commit daf8758Copy full SHA for daf8758
1 file changed
.github/workflows/deploy.yml
@@ -2,7 +2,7 @@ name: Deploy to GitHub Pages
2
3
on:
4
push:
5
- branches: [ "pages" ]
+ branches: [ "main", "pages" ]
6
workflow_dispatch:
7
8
permissions:
0 commit comments