Add .woodpecker/pipeline.yaml
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful

This commit is contained in:
2025-07-06 19:53:16 +00:00
parent 6d3d3c7613
commit f7d92233c2

View File

@@ -0,0 +1,9 @@
when:
- event: push
branch: main
steps:
- name: build
image: debian
commands:
- echo "This is the build step"