17 lines
233 B
YAML
17 lines
233 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'
|