Is there a way to deactivate the pipeline from running on a certain branch and its children.
Example :
- Parent_branch
- Child_Branch1
- Child_Branch2
I don’t want the pipeline to run on the Parent_branch, Child_Branch1 and Child_Branch2.
I tried using Except but it does not to work.
New contributor
wonderful_tiger439 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.