woodpecker/pipeline/frontend/yaml/linter/schema/.woodpecker/test-pipeline-when.yml

21 lines
263 B
YAML
Raw Normal View History

version: 1
when:
2023-07-31 03:47:23 +00:00
- branch: [main, deploy]
event: push
path:
2023-07-31 03:47:23 +00:00
- 'folder/**'
- '**/*.c'
- tag: 'v**'
event: tag
- event: cron
cron:
include:
- hello
steps:
echo:
image: alpine
commands:
- echo "test"