Update woodpecker config from main

This commit is contained in:
Tixie Salander 2025-03-21 05:53:04 +01:00 committed by ADRN
parent a39202d58a
commit 84641b68ba

View file

@ -1,15 +0,0 @@
when:
- event: push
branch: main
steps:
- name: build
image: debian
commands:
- echo "This is the build step"
- name: a-test-step
image: golang:1.16
commands:
- echo "Testing ..."
- ./executable