woodpecker/pipeline/schema/.woodpecker/test-pipeline-when.yml
2023-06-07 12:04:37 +02:00

18 lines
253 B
YAML

when:
- branch: [master, deploy]
event: push
path:
- "folder/**"
- "**/*.c"
- tag: "v**"
event: tag
- event: cron
cron:
include:
- hello
steps:
echo:
image: alpine
commands:
- echo "test"