Skip to content

Commit

Permalink
fix(ci): tell ci that the default branch name is now 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jul 19, 2022
1 parent 4bbcc36 commit d058726
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 @@ -149,7 +149,7 @@ jobs:
publish:
name: Release
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
needs: [tests]

steps:
Expand Down

0 comments on commit d058726

Please sign in to comment.