2024-09-26 13:33:13 +00:00
|
|
|
---
|
2024-09-26 13:28:00 +00:00
|
|
|
when:
|
|
|
|
event:
|
2024-09-26 13:33:13 +00:00
|
|
|
- push
|
|
|
|
- pull_request
|
|
|
|
branch: main
|
2024-09-26 13:28:00 +00:00
|
|
|
steps:
|
2024-09-26 13:37:49 +00:00
|
|
|
- name: build
|
|
|
|
image: debian
|
2024-09-26 13:28:00 +00:00
|
|
|
commands:
|
2024-09-26 13:37:49 +00:00
|
|
|
- echo "This is the build step"
|