Skip to content

Commit 221a7aa

Browse files
committed
Fixed release workflow.
1 parent dc0df8f commit 221a7aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
if: |
4949
contains(github.event.head_commit.message, '[skip ci]') == false &&
5050
github.event_name == 'push' &&
51-
github.event.base_ref == 'refs/heads/main' &&
5251
startsWith(github.ref, 'refs/tags/v')
5352
needs: [check-and-lint]
5453
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)