Skip to content

Commit 698be03

Browse files
committedMar 27, 2021
ci: update release trigger to branch
1 parent be51f73 commit 698be03

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

‎.github/workflows/release.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Deploy to npm
22
on:
33
push:
4-
tags:
5-
- v*
4+
branches:
5+
- releases/v*
66

77
jobs:
88
publish:
@@ -12,8 +12,6 @@ jobs:
1212
- uses: actions/checkout@master
1313

1414
- uses: actions/setup-node@master
15-
with:
16-
registry-url: 'https://registry.npmjs.org/'
1715

1816
- run: npm install
1917

0 commit comments

Comments
 (0)
Please sign in to comment.