Update validator.yml

ignore docs path
This commit is contained in:
LRVT
2024-03-13 21:46:09 +01:00
committed by GitHub
parent 9b067d9a4d
commit a73d332ef9

View File

@@ -5,11 +5,13 @@ on:
paths-ignore:
- 'README.md'
- 'examples/**/README.md'
- 'docs/**'
pull_request:
branches: [ "main" ]
paths-ignore:
- 'README.md'
- 'examples/**/README.md'
- 'examples/**/README.md'
- 'docs/**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: