Skip to content

Commit 8f78291

Browse files
authored
chore: github actions update
1 parent c4a0503 commit 8f78291

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/nodejs-npm-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ name: NPMPublish
55

66
on:
77
push:
8-
branches: [master]
9-
pull_request:
10-
branches: [master]
8+
tags:
9+
- "*"
1110

1211
jobs:
1312
build:

0 commit comments

Comments
 (0)