test/.woodpecker/demo.yml

18 lines
245 B
YAML

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