14 lines
231 B
YAML
14 lines
231 B
YAML
---
|
|
when:
|
|
event:
|
|
- push
|
|
- pull_request
|
|
branch:
|
|
- main
|
|
- ci/fix_woodpecker
|
|
steps:
|
|
- name: build
|
|
image: debian
|
|
commands:
|
|
- echo "This is the build step"
|
|
- echo "binary-data-123" > executable
|