We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3fd7d3 commit 4302a7dCopy full SHA for 4302a7d
.github/workflows/deploy.yml
@@ -2,7 +2,8 @@ name: Deploy to github pages
2
3
on:
4
push:
5
- branches: ['2026'] # change to 'main'later
+ branches:
6
+ - 'main'
7
8
workflow_dispatch:
9
0 commit comments