woodpecker/pipeline/schema/.woodpecker/test-pipeline-when.yml

19 lines
256 B
YAML
Raw Normal View History

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