hometify/.woodpecker.yml
2024-10-08 02:33:15 +02:00

9 lines
124 B
YAML

when:
- event: push
branch: main
steps:
- name: first-run
image: busybox
commands:
- echo "first run"