hometify/.woodpecker.yml
Alejandro Martínez 4062a7241d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Another try
2024-11-23 14:13:21 +01:00

10 lines
133 B
YAML

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