From f8d92520a6ed515224bf82fc0fdff3ea3ef83da3 Mon Sep 17 00:00:00 2001 From: Rohit Darekar Date: Sat, 15 Nov 2025 23:10:08 +0530 Subject: [PATCH] chore: this is a pipeline test --- .woodpecker/my-first-workflow.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .woodpecker/my-first-workflow.yaml diff --git a/.woodpecker/my-first-workflow.yaml b/.woodpecker/my-first-workflow.yaml new file mode 100644 index 0000000..7cca3d6 --- /dev/null +++ b/.woodpecker/my-first-workflow.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