9 lines
124 B
YAML
9 lines
124 B
YAML
when:
|
|
- event: push
|
|
branch: main
|
|
|
|
steps:
|
|
- name: first-run
|
|
image: busybox
|
|
commands:
|
|
- echo "first run" |