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