kind: pipeline type: docker name: test-manual when: event: [manual, push] steps: - name: echo image: alpine commands: - echo "Manual trigger works!"