Skip to content

Commit 08c9e87

Browse files
committed
Push NPM package only on tags
1 parent 5435503 commit 08c9e87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828

2929
release:
3030
runs-on: ubuntu-latest
31+
if: startsWith(github.event.ref, 'refs/tags/')
3132
needs: test
3233
steps:
3334
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)