We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8a1d5 commit c0b7c9cCopy full SHA for c0b7c9c
.github/workflows/build-deploy.yml
@@ -61,8 +61,8 @@ jobs:
61
62
deploy:
63
name: Deploy to GitHub pages
64
- # Do not run this unless *pushing* to `master`.
65
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
+ # Do not run this unless *pushing* to the default branch (`main`).
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main'
66
environment:
67
name: github-pages
68
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments