Skip to content

Commit 957a104

Browse files
committed
ci: fix paths
1 parent 47ebb1d commit 957a104

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/npm_release_core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ 'master' ]
66
paths:
7-
- 'packages/core/*'
7+
- 'packages/core/**'
88

99
env:
1010
NPM_TAG: 'next'

.github/workflows/npm_release_types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches: [ 'master' ]
77
paths:
8-
- 'packages/types/*'
8+
- 'packages/types/**'
99

1010
env:
1111
NPM_TAG: 'next'

.github/workflows/npm_release_webpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ 'master' ]
66
paths:
7-
- 'packages/webpack/*'
7+
- 'packages/webpack/**'
88

99
env:
1010
NPM_TAG: 'next'

0 commit comments

Comments
 (0)