mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-12 03:57:34 +00:00
19 lines
256 B
YAML
19 lines
256 B
YAML
|
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"
|