All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
10 lines
133 B
YAML
10 lines
133 B
YAML
# when:
|
|
# - event: push
|
|
# branch: main
|
|
|
|
steps:
|
|
- name: first-job
|
|
image: busybox
|
|
commands:
|
|
- echo "Another run"
|