hometify/.woodpecker.yml
2024-10-08 02:40:59 +02:00

8 lines
116 B
YAML

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