👷 update ci.yaml
This commit is contained in:
parent
ec86ba9059
commit
700a4dfbec
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
@ -3,6 +3,9 @@ name: CI
|
|||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths-ignore:
|
||||
- "README.md"
|
||||
- "example/**"
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
|
|
Loading…
Reference in a new issue