when:
branch:
exclude: [ main ]
steps:
build:
image: debian:bookworm
commands:
- echo "This is the build step"
a-test-step:
- echo "Testing.."