This commit is contained in:
Alejandro Martínez 2024-10-08 02:29:44 +02:00
parent a042db3bfd
commit 87aed96954

View File

@ -1,8 +1,8 @@
steps: steps:
- name: first-job - name: first-job
image: busybox image: busybox
commands:
- echo "first run"
when: when:
branch: main branch: main
event: push event: push
commands:
- echo "first run"