Skip to content

Commit 2308d3a

Browse files
committed
workflow: only release on tag
1 parent c9ac5df commit 2308d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
needs: build
4141
name: Build, Tag, Push
42-
42+
if: startsWith(github.ref, 'refs/tags/v')
4343
steps:
4444
- name: Checkout code
4545
uses: actions/checkout@v4

0 commit comments

Comments
 (0)