.woodpecker/.yamllint.yaml: only run pipeline on "push" event
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
This commit is contained in:
parent
e00cc2d4dd
commit
842355bbe0
1 changed files with 2 additions and 0 deletions
|
@ -4,3 +4,5 @@ steps:
|
||||||
image: cytopia/yamllint:latest
|
image: cytopia/yamllint:latest
|
||||||
commands:
|
commands:
|
||||||
- yamllint -f colored -s .
|
- yamllint -f colored -s .
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
|
Loading…
Reference in a new issue