In
uses: Azure/pipelines@v1
can we get a way to specify branch as well as , currently this workflow re-trigger pipeline but it re-trigger last run of pipeline which mean if i ran pipeline on feature branch it gonna trigger same on feature branch whereas i might want to re-run on main or any other default branch .
so would be great to have some branch option.