We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ca9e5 commit c6aac22Copy full SHA for c6aac22
.github/workflows/test-and-release.yml
@@ -50,7 +50,7 @@ jobs:
50
name: Release
51
needs: test
52
runs-on: ubuntu-latest
53
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main'
54
55
steps:
56
- name: Checkout
0 commit comments