when: - event: push branch: develop steps: - name: hello image: alpine commands: - echo "Hello World!" - echo "This is a test step"