From f7d92233c2f9280c6bcaf66e4240d8d3786e62c9 Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Sun, 6 Jul 2025 19:53:16 +0000 Subject: [PATCH] Add .woodpecker/pipeline.yaml --- .woodpecker/pipeline.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .woodpecker/pipeline.yaml diff --git a/.woodpecker/pipeline.yaml b/.woodpecker/pipeline.yaml new file mode 100644 index 0000000..5f12c0b --- /dev/null +++ b/.woodpecker/pipeline.yaml @@ -0,0 +1,9 @@ +when: + - event: push + branch: main + +steps: + - name: build + image: debian + commands: + - echo "This is the build step" \ No newline at end of file