From b39faea123d0639cccb7f15a1572dd909dc075a5 Mon Sep 17 00:00:00 2001 From: Edoardo Zoni Date: Mon, 14 Oct 2024 17:28:55 -0700 Subject: [PATCH] CI: avoid duplicate runs for secondary branches on main repo --- .azure-pipelines.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 607edecedd6..bdcfe1c9864 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -3,12 +3,13 @@ pool: vmImage: 'ubuntu-20.04' -pr: - autoCancel: true - drafts: false +trigger: branches: include: - development +pr: + autoCancel: true + drafts: false paths: exclude: - Docs