Skip to content

Commit 24a394c

Browse files

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-npm-latest.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Release NPM (latest)
22

33
on:
44
push:
5-
branches: [release/*]
6-
branches-ignore: [release/*-rc*]
5+
branches:
6+
- 'release/*'
7+
- '!release/*-rc*'
78

89
jobs:
910
publish-npm:

0 commit comments

Comments
 (0)