10 lines
122 B
YAML
10 lines
122 B
YAML
when:
|
|
- event: push
|
|
branch: main
|
|
|
|
steps:
|
|
first-job:
|
|
image: busybox
|
|
commands:
|
|
- echo "first run"
|