Files
confetti/.woodpecker/test-workflow.yml
T
uelen ca400e0b7d
ci/woodpecker/push/test-workflow Pipeline was successful
Dummy commit
Trying to get CI working
2026-06-03 11:10:20 -07:00

11 lines
125 B
YAML

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