mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 03:41:01 +00:00
7e708874ae
Adjust pipeline-config to match [Terminology](https://woodpecker-ci.org/docs/next/usage/terminology)
18 lines
253 B
YAML
18 lines
253 B
YAML
when:
|
|
- branch: [master, deploy]
|
|
event: push
|
|
path:
|
|
- "folder/**"
|
|
- "**/*.c"
|
|
- tag: "v**"
|
|
event: tag
|
|
- event: cron
|
|
cron:
|
|
include:
|
|
- hello
|
|
|
|
steps:
|
|
echo:
|
|
image: alpine
|
|
commands:
|
|
- echo "test"
|