Reputation: 1
I have an Angular web client application and have created a pipeline to build the Angular client application. I have two branches, main and env, in the same repository. Currently, whenever I push code to either branch, the pipeline is triggered automatically.
However, I want the pipeline to trigger only when I push code to the main branch. How can I achieve this?
Upvotes: 0
Views: 20