hometify/.woodpecker.yml
Alejandro Martínez 361e229ce0
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
Try in public CI
2024-10-08 22:31:13 +02:00

10 lines
131 B
YAML

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