Files
hello/.woodpecker/pipeline.yaml

9 lines
138 B
YAML
Raw Normal View History

2025-07-06 19:53:16 +00:00
when:
- event: push
branch: main
steps:
- name: build
image: debian
commands:
2025-07-06 22:13:08 +00:00
- echo "This is the build step; okay"