ci: fix paths

This commit is contained in:
Igor Randjelovic
2021-01-05 19:12:07 +01:00
parent 47ebb1d262
commit 957a104f65
3 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -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'

View File

@ -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'