woodpecker/pipeline/frontend/yaml/linter/schema/.woodpecker/test-pipeline-when.yaml
qwerty287 f56f9cb1c0
Cleanups + prefer .yaml (#3069)
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
2024-01-11 18:43:54 +01:00

21 lines
349 B
YAML

when:
- branch: [main, deploy]
event: push
path:
- 'folder/**'
- '**/*.c'
- tag: 'v**'
event: tag
- event: cron
cron:
include:
- hello
- event:
exclude: pull_request_closed
evaluate: 'CI_COMMIT_AUTHOR == "woodpecker-ci"'
steps:
echo:
image: alpine
commands:
- echo "test"