Return to base yaml

This commit is contained in:
Aeddis 2024-09-26 15:42:09 +02:00
parent d6e5a66c1e
commit 6c9dc56b68

View file

@ -1,14 +1,15 @@
---
when:
event:
- push
- pull_request
branch:
- main
- ci/fix_woodpecker
- event: push
branch: ci/fix_woodpecker
steps:
- name: build
image: debian
commands:
- echo "This is the build step"
- echo "binary-data-123" > executable
- name: a-test-step
image: golang:1.16
commands:
- echo "Testing ..."
- ./executable