github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/testdata/steps/example12.yaml (about) 1 # Example using trigger to set a step to manual 2 3 pipelines: 4 default: 5 - step: 6 name: Build 7 script: 8 - npm run build 9 artifacts: 10 - dist/** 11 - step: 12 name: Deploy 13 trigger: manual 14 script: 15 - ./deploy.sh