Files
hello/.woodpecker/pipeline.yaml
Brian Rosner e9c6386f38
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
Update .woodpecker/pipeline.yaml
2025-07-06 22:13:08 +00:00

9 lines
138 B
YAML

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