hometify/.woodpecker.yml

8 lines
131 B
YAML

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