mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-06 15:48:42 +00:00
1bc4415075
Closes #1834 --------- Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Anbraten <anton@ju60.de> Co-authored-by: Lauris BH <lauris@nix.lv>
20 lines
263 B
YAML
20 lines
263 B
YAML
version: 1
|
|
|
|
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"
|