Skip to content

Commit 2f458df

Browse files
authored
fix: release from main, not master
1 parent 2c69ecd commit 2f458df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Release
2929
needs: test
3030
runs-on: ubuntu-latest
31-
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
31+
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
3232
steps:
3333
- name: Checkout
3434
uses: actions/checkout@v3

0 commit comments

Comments
 (0)