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