Multiple separate triggers in azure-pipelines.yml
I currently have a monorepo with services in subdirectories that I'm leaning towards turning into a multirepo with a metarepo. One of the reasons I decided to give Azure DevOps a try was someone told me you can have triggers on the subdirectories like: trigger: branches: include: - master paths: include: - client Tested and it works. However, what I'm wonder