mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-19 00:11:16 +00:00
18 lines
251 B
YAML
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"
|