Files
Test/.woodpecker/my-first-workflow.yaml
Rohit Darekar f8d92520a6
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
chore: this is a pipeline test
2025-11-15 23:10:08 +05:30

10 lines
176 B
YAML

when:
- event: push
branch: main
steps:
- name: build
image: debian
commands:
- echo "This is the build step"
- echo "binary-data-123" > executable