From 5398bfb09dfa43c7dcad63e4177304e448d36927 Mon Sep 17 00:00:00 2001 From: JP100099 Date: Fri, 11 Jul 2025 16:01:35 +0200 Subject: [PATCH] test first workflow --- .woodpecker/test.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .woodpecker/test.yaml diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml new file mode 100644 index 0000000..7cca3d6 --- /dev/null +++ b/.woodpecker/test.yaml @@ -0,0 +1,10 @@ +when: + - event: push + branch: main + +steps: + - name: build + image: debian + commands: + - echo "This is the build step" + - echo "binary-data-123" > executable \ No newline at end of file