From c7ee4ab50924c33eaf66f99d1bfbe47faffc8443 Mon Sep 17 00:00:00 2001 From: metagn Date: Fri, 16 Sep 2022 05:48:47 +0300 Subject: [PATCH] don't run azure on other branches either (#20365) * don't run azure on other branches either refs #20184 Azure is more prone to clogging & it's especially bad with the timeouts (some PRs haven't rebased). * allow all version- branches Co-authored-by: Clay Sweetser * add closing quote Co-authored-by: Clay Sweetser --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bfc58d072a..d034e3b9ba 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,7 +1,8 @@ trigger: branches: include: - - '*' + - 'devel' + - 'version-*' pr: branches: include: