diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 40086d7c86..d7caf45a9b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,10 +1,12 @@ # Branches that trigger a build on commit trigger: - master +- 2.9.x # Branch(es) that trigger(s) build(s) on PR pr: - master +- 2.9.x jobs: - job: Windows