test/.woodpecker/demo.yml

13 lines
183 B
YAML
Raw Normal View History

2023-12-07 15:01:30 +00:00
---
2023-12-07 15:03:32 +00:00
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
2023-12-07 15:01:30 +00:00
steps:
demo:
image: "alpine"
commands:
- echo 'Demo'