Skip to content

Commit

Permalink
fix: main instead of master
Browse files Browse the repository at this point in the history
Co-authored-by: Michaël Zasso <[email protected]>
  • Loading branch information
rvagg and targos committed Oct 14, 2021
1 parent 36ca9e5 commit c6aac22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
name: Release
needs: test
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

steps:
- name: Checkout
Expand Down

0 comments on commit c6aac22

Please sign in to comment.