Skip to content

Commit acead2e

Browse files
committed
fix: also release on main
1 parent fdb86c2 commit acead2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
release:
4747
name: Release
4848
needs: [test, build]
49-
if: startsWith(github.ref, 'refs/tags/v')
49+
if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main'
5050
runs-on: macos-latest
5151
permissions:
5252
contents: write

0 commit comments

Comments
 (0)