I have a pipeline for one of my repositories and it automatically deploys every time I commit and push any code - is there a way to make it so it only runs the pipeline when I wan to execute it, instead of automatically running whenever I push new code?
Hi Sydney,
Pipelines is built so that you get fast, continuous feedback on changes to your repository and ideally, Pipelines should be running every time you push to your repository.
However, if you only want your pipeline to run when manually triggered, you can configure your pipeline as a custom pipeline. This allows you to manually run a pipeline from either the Commits list or the Branches view.
Aneita
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.