Skip to content

Commit c6aac22

Browse files
rvaggtargos
andcommitted
fix: main instead of master
Co-authored-by: Michaël Zasso <[email protected]>
1 parent 36ca9e5 commit c6aac22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
name: Release
5151
needs: test
5252
runs-on: ubuntu-latest
53-
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
53+
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
5454

5555
steps:
5656
- name: Checkout

0 commit comments

Comments
 (0)