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