Azure / pipelines

Enable GitHub developers to trigger Azure Pipelines from a GitHub Actions workflow
MIT License
73 stars 83 forks source link

[Question] Is it possible to specify the Azure branch to trigger the pipeline on #80

Open deppsu opened 1 year ago

deppsu commented 1 year ago

It seems that when the Azure pipeline is triggered it uses the default branch (main in our case). I'd like to know whether it's possible to specify the branch to trigger image If it's possible, can someone point me how to accomplish it by updating the source code in my forked branch?