test/.woodpecker/demo.yml

13 lines
183 B
YAML
Raw Permalink Normal View History

---
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
steps:
demo:
image: "alpine"
commands:
- echo 'Demo'