mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-23 20:11:12 +00:00
Update validator.yml
ignore docs path
This commit is contained in:
parent
9b067d9a4d
commit
a73d332ef9
4
.github/workflows/validator.yml
vendored
4
.github/workflows/validator.yml
vendored
|
@ -5,11 +5,13 @@ on:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'README.md'
|
- 'README.md'
|
||||||
- 'examples/**/README.md'
|
- 'examples/**/README.md'
|
||||||
|
- 'docs/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'README.md'
|
- 'README.md'
|
||||||
- 'examples/**/README.md'
|
- 'examples/**/README.md'
|
||||||
|
- 'docs/**'
|
||||||
|
|
||||||
# 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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user