Use recommended syntax
This commit is contained in:
parent
788ab2e0dd
commit
a042db3bfd
@ -1,5 +1,8 @@
|
|||||||
steps:
|
steps:
|
||||||
first-job:
|
- name: first-job
|
||||||
image: busybox
|
image: busybox
|
||||||
|
when:
|
||||||
|
branch: main
|
||||||
|
event: push
|
||||||
commands:
|
commands:
|
||||||
- echo "first run"
|
- echo "first run"
|
||||||
Loading…
Reference in New Issue
Block a user