mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 02:54:11 +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:
|
push:
|
||||||
branches: [ 'master' ]
|
branches: [ 'master' ]
|
||||||
paths:
|
paths:
|
||||||
- 'packages/core/*'
|
- 'packages/core/**'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
NPM_TAG: 'next'
|
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:
|
push:
|
||||||
branches: [ 'master' ]
|
branches: [ 'master' ]
|
||||||
paths:
|
paths:
|
||||||
- 'packages/types/*'
|
- 'packages/types/**'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
NPM_TAG: 'next'
|
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:
|
push:
|
||||||
branches: [ 'master' ]
|
branches: [ 'master' ]
|
||||||
paths:
|
paths:
|
||||||
- 'packages/webpack/*'
|
- 'packages/webpack/**'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
NPM_TAG: 'next'
|
NPM_TAG: 'next'
|
||||||
|
Reference in New Issue
Block a user