Skip to content

Commit 1824de1

Browse files
committed
publish only on tags
Signed-off-by: shmck <[email protected]>
1 parent 3648f19 commit 1824de1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/npm-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: npm-publish
22
on:
33
push:
4-
branches:
5-
- master
4+
tags:
5+
- v*.*.*
66
jobs:
77
npm-publish:
88
name: npm-publish

0 commit comments

Comments
 (0)