Files
hello/.woodpecker/pipeline.yaml
Brian Rosner f7d92233c2
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
Add .woodpecker/pipeline.yaml
2025-07-06 19:53:16 +00:00

9 lines
132 B
YAML

when:
- event: push
branch: main
steps:
- name: build
image: debian
commands:
- echo "This is the build step"