Skip to content

Commit a0e9a08

Browse files
authored
Merge pull request #423 from kevlatus/dev
ci: update release trigger to branch
2 parents 11e86b0 + 698be03 commit a0e9a08

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)