We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8858713 commit 381741dCopy full SHA for 381741d
.github/workflows/main.yml
@@ -144,4 +144,4 @@ jobs:
144
git add .
145
git -c user.name='ci' -c user.email='ci' commit -m init
146
git push -f -q https://git:${{ secrets.github_token }}@github.com/${{ github.repository }} HEAD:gh-pages
147
- if: github.event_name == 'push' && github.event.ref == 'refs/heads/master'
+ if: github.event_name == 'push' && github.event.ref == 'refs/heads/main'
0 commit comments