Update validator.yml
do not trigger CI for changes in README.md files
This commit is contained in:
parent
18331307ca
commit
86416c826b
1 changed files with 6 additions and 0 deletions
6
.github/workflows/validator.yml
vendored
6
.github/workflows/validator.yml
vendored
|
|
@ -2,8 +2,14 @@ name: CI
|
|||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'examples/**/README.md'
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'examples/**/README.md'
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
Loading…
Reference in a new issue