mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-13 20:51:41 +00:00
ec9b0a62a7
Co-authored-by: Zav Shotan <zshotan@bloomberg.net> Co-authored-by: Anbraten <anton@ju60.de> Co-authored-by: 6543 <6543@obermui.de>
18 lines
256 B
YAML
18 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"
|