Skip to content

Commit 13321fb

Browse files
committed
Publishing only on tags
1 parent d2aa747 commit 13321fb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish_npm.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: publish to npm
2-
on: push
2+
on:
3+
push:
4+
tags:
5+
- .*
36

47
jobs:
58
publish:

0 commit comments

Comments
 (0)