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

22 lines
349 B
YAML

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