Use recommended syntax

This commit is contained in:
Alejandro Martínez 2024-10-08 02:26:58 +02:00
parent 788ab2e0dd
commit a042db3bfd

View File

@ -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"