SDVD/.woodpecker/test-workflow.yml
Waylon Cude fd95f9905f
All checks were successful
ci/woodpecker/push/test-workflow Pipeline was successful
Add a wowrkflow to test that everything works
2025-05-07 17:40:55 -07:00

10 lines
124 B
YAML

when:
- event: push
branch: master
steps:
- name: build
image: alpine
commands:
- echo "Hello world"