Our dev team want to branch out (bad joke) into using a GitFlow like branching system where there would be a dev, uat and release branches(which would all need building from), I cant see a clever way of using the same pipeline to deploy different branches, could someone let me know the best way to do it? Is it literally create multiple pipelines for each branch needed?

