a single YAML pipeline file that resides in the default branch (typically main or master), and configure it to trigger on pushes to any branch in your repository.
trigger:
branches:
include:
– ‘*’
i have added this but it’s not working
My Pipeline should reside in main branch and whenever thr is push to any branch pipeline which resides in main branch should get trigger
New contributor
sheetal chatur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.