when:
- event: push
branch: main
skip_clone: true
steps:
- name: build
image: debian
commands:
- echo "First step"
# - podman build .