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:
branches: [ 'master' ]
paths:
- 'packages/core/*'
- 'packages/core/**'
env:
NPM_TAG: 'next'

View File

@ -5,7 +5,7 @@ on:
push:
branches: [ 'master' ]
paths:
- 'packages/types/*'
- 'packages/types/**'
env:
NPM_TAG: 'next'

View File

@ -4,7 +4,7 @@ on:
push:
branches: [ 'master' ]
paths:
- 'packages/webpack/*'
- 'packages/webpack/**'
env:
NPM_TAG: 'next'