.woodpecker/.yamllint.yaml: only run pipeline on "push" event
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful

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

View file

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