fix bad ci paths

This commit is contained in:
Fred K. Schott 2021-09-14 17:17:09 -07:00
parent c25b836e07
commit c9bef50bc7

View file

@ -5,11 +5,11 @@ on:
branches:
- main
pull_request:
paths-ignore:
- '.vscode/**'
- 'docs/**'
- 'examples/**'
- 'www/**'
paths:
- 'packages/**'
- 'scripts/**'
- '*'
- '.*'
jobs:
build: