We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb86c2 commit acead2eCopy full SHA for acead2e
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
release:
47
name: Release
48
needs: [test, build]
49
- if: startsWith(github.ref, 'refs/tags/v')
+ if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main'
50
runs-on: macos-latest
51
permissions:
52
contents: write
0 commit comments