hometify/.woodpecker.yml

10 lines
125 B
YAML

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