This commit is contained in:
Alejandro Martínez 2024-10-08 02:33:15 +02:00
parent 87aed96954
commit a2cd79489a

View File

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