Ethiraj Ganesan
Ethiraj Ganesan

Reputation: 1

How to execute the Catalyst pipeline only when pushing a code to a specific Github repo branch?

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

Answers (0)

Related Questions