chore: workflow syntax

This commit is contained in:
Mo
2022-06-15 06:28:48 -05:00
parent 1ec5913c4a
commit 83309b3e5c
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ on:
- develop
- main
paths:
- packages/components
- packages/components/**
jobs:
test:

View File

@@ -6,7 +6,7 @@ on:
- develop
- main
paths:
- 'packages/!(components)'
- packages/!(components)/**
jobs:
test: