fix bad ci paths
This commit is contained in:
parent
c25b836e07
commit
c9bef50bc7
1 changed files with 5 additions and 5 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -5,11 +5,11 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths:
|
||||||
- '.vscode/**'
|
- 'packages/**'
|
||||||
- 'docs/**'
|
- 'scripts/**'
|
||||||
- 'examples/**'
|
- '*'
|
||||||
- 'www/**'
|
- '.*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Reference in a new issue