From 7cb19f11f2a11e9ff6139c9e5d6602fd6b59a015 Mon Sep 17 00:00:00 2001 From: Helena Kotas Date: Wed, 15 Nov 2023 19:44:45 -0800 Subject: [PATCH] Run CI builds only on main and release branches (#6026) The CI build is currently running on any new branch in the repo. We should run it only on `main` and `release*` branches. --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index be08aa0d5d..b6ebadb7f9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,3 +1,7 @@ +trigger: + - main + - release* + resources: - repo: self