Skip to content

Commit

Permalink
Update CI config for main
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Nov 2, 2021
1 parent 8858713 commit 381741d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ jobs:
git add .
git -c user.name='ci' -c user.email='ci' commit -m init
git push -f -q https://git:${{ secrets.github_token }}@github.com/${{ github.repository }} HEAD:gh-pages
if: github.event_name == 'push' && github.event.ref == 'refs/heads/master'
if: github.event_name == 'push' && github.event.ref == 'refs/heads/main'

0 comments on commit 381741d

Please sign in to comment.