.woodpecker/.yamllint.yaml: only run pipeline on "push" event
Some checks failed
ci/woodpecker/push/yamllint Pipeline failed

This commit is contained in:
Tom Neuber 2024-10-07 09:22:27 +02:00
parent e00cc2d4dd
commit 5652e60be7
Signed by: tom
GPG key ID: F17EFE4272D89FF6

View file

@ -4,3 +4,5 @@ steps:
image: cytopia/yamllint:latest image: cytopia/yamllint:latest
commands: commands:
- yamllint -f colored -s . - yamllint -f colored -s .
whem:
- event: push