Skip to content

Commit 3c8a049

Browse files
committed
add publish condition
1 parent c07b2aa commit 3c8a049

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131

3232
build_and_publish:
3333
runs-on: ubuntu-latest
34+
if: startsWith(github.ref, 'refs/tags')
3435
steps:
3536
- uses: actions/checkout@v4
3637

0 commit comments

Comments
 (0)