We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72306a commit 24a394cCopy full SHA for 24a394c
.github/workflows/release-npm-latest.yaml
@@ -2,8 +2,9 @@ name: Release NPM (latest)
2
3
on:
4
push:
5
- branches: [release/*]
6
- branches-ignore: [release/*-rc*]
+ branches:
+ - 'release/*'
7
+ - '!release/*-rc*'
8
9
jobs:
10
publish-npm:
0 commit comments