hometify/.woodpecker.yml
2024-10-08 02:47:13 +02:00

10 lines
122 B
YAML

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