guide.deuxfleurs.fr/.woodpecker/main.yaml
2024-09-26 15:37:49 +02:00

11 lines
No EOL
155 B
YAML

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