when: - event: push steps: - name: development build image: python:3.11 commands: - make install-development - transip-listen --help - name: production build image: python:3.11 commands: - make install-production - transip-listen --help