woodpecker/pipeline/schema/.woodpecker/test-pipeline-when.yml
2023-07-31 05:47:23 +02:00

18 lines
251 B
YAML

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