Skip to content

Commit

Permalink
ci/deploy-pages: typo after renaming branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed May 31, 2024
1 parent 3e9e2fb commit 29c7382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
retention-days: 1

deploy:
if: github.event_name != 'pull_request' && github.event.ref == 'refs/heads/master'
if: github.event_name != 'pull_request' && github.event.ref == 'refs/heads/main'
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
permissions:
pages: write # to deploy to Pages
Expand Down

0 comments on commit 29c7382

Please sign in to comment.