mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-18 15:27:08 +00:00
Update validator.yml
do not trigger CI for changes in README.md files
This commit is contained in:
parent
18331307ca
commit
86416c826b
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 New Issue
Block a user