try #3
This commit is contained in:
parent
d6caab9d78
commit
8ceded6122
2 changed files with 1 additions and 2 deletions
2
.github/workflows/release-dev.yml
vendored
2
.github/workflows/release-dev.yml
vendored
|
@ -2,7 +2,7 @@ name: Node.js CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches-ignore: [ 'master' ]
|
||||
tags: '![0-9]+.[0-9]+.[0-9]+'
|
||||
|
||||
jobs:
|
||||
test-matrix:
|
||||
|
|
1
.github/workflows/release-prod.yml
vendored
1
.github/workflows/release-prod.yml
vendored
|
@ -2,7 +2,6 @@ name: Node.js CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
tags: '[0-9]+.[0-9]+.[0-9]+'
|
||||
|
||||
jobs:
|
||||
|
|
Reference in a new issue