woodpecker/pipeline/frontend/yaml/linter/schema/.woodpecker/test-pipeline-when.yml
Anbraten 5ff006614f
Enhance linter and errors (#1572)
Co-authored-by: 6543 <m.huber@kithara.com>
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2023-11-03 11:44:03 +01: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"