no ci test on docs, examples
This commit is contained in:
parent
6041abb5b2
commit
72431031d9
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
@ -2,6 +2,10 @@ name: test
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- '!docs/**'
|
||||
- '!examples/**'
|
||||
- '!README.md'
|
||||
|
||||
jobs:
|
||||
generate:
|
||||
|
|
Loading…
Reference in a new issue