Skip to content

Commit db8328d

Browse files
committed
update ci
1 parent a000783 commit db8328d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/nodejs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
push:
66
branches: [ '*' ]
7+
tags: [ 'v[0-9]+.[0-9]+.[0-9]+' ]
78

89
jobs:
910
test:
@@ -31,7 +32,7 @@ jobs:
3132
publish:
3233
runs-on: ubuntu-latest
3334
needs: [test, lint]
34-
if: startsWith(github.ref, 'refs/tags/v')
35+
if: startsWith(github.ref, 'refs/tags/')
3536
steps:
3637
- name: Checkout
3738
uses: actions/checkout@v2

0 commit comments

Comments
 (0)