test/.woodpecker/demo.yml
Robert Kaussow 932f39a3a0
All checks were successful
ci/woodpecker/pr/demo Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
add conditions
2023-12-07 16:03:32 +01:00

13 lines
183 B
YAML

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