Update validator.yml

do not trigger CI for changes in README.md files
This commit is contained in:
LRVT
2023-02-26 18:22:19 +01:00
committed by GitHub
parent 18331307ca
commit 86416c826b

View File

@@ -2,8 +2,14 @@ name: CI
on: on:
push: push:
branches: [ "main" ] branches: [ "main" ]
paths-ignore:
- 'README.md'
- 'examples/**/README.md'
pull_request: pull_request:
branches: [ "main" ] branches: [ "main" ]
paths-ignore:
- 'README.md'
- 'examples/**/README.md'
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch: