mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 18:12:09 +08:00
ci: fix paths
This commit is contained in:
2
.github/workflows/npm_release_core.yml
vendored
2
.github/workflows/npm_release_core.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches: [ 'master' ]
|
||||
paths:
|
||||
- 'packages/core/*'
|
||||
- 'packages/core/**'
|
||||
|
||||
env:
|
||||
NPM_TAG: 'next'
|
||||
|
2
.github/workflows/npm_release_types.yml
vendored
2
.github/workflows/npm_release_types.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
push:
|
||||
branches: [ 'master' ]
|
||||
paths:
|
||||
- 'packages/types/*'
|
||||
- 'packages/types/**'
|
||||
|
||||
env:
|
||||
NPM_TAG: 'next'
|
||||
|
2
.github/workflows/npm_release_webpack.yml
vendored
2
.github/workflows/npm_release_webpack.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches: [ 'master' ]
|
||||
paths:
|
||||
- 'packages/webpack/*'
|
||||
- 'packages/webpack/**'
|
||||
|
||||
env:
|
||||
NPM_TAG: 'next'
|
||||
|
Reference in New Issue
Block a user