mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-13 12:41:21 +00:00
f56f9cb1c0
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
21 lines
349 B
YAML
21 lines
349 B
YAML
when:
|
|
- branch: [main, deploy]
|
|
event: push
|
|
path:
|
|
- 'folder/**'
|
|
- '**/*.c'
|
|
- tag: 'v**'
|
|
event: tag
|
|
- event: cron
|
|
cron:
|
|
include:
|
|
- hello
|
|
- event:
|
|
exclude: pull_request_closed
|
|
evaluate: 'CI_COMMIT_AUTHOR == "woodpecker-ci"'
|
|
|
|
steps:
|
|
echo:
|
|
image: alpine
|
|
commands:
|
|
- echo "test"
|