From 168a50d5898dfbde3f70c0488546eabdcb9f9276 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Tue, 5 Oct 2021 16:57:13 -0700 Subject: [PATCH] Remove duplicate pipeline trigger (#17275) --- azure-pipelines.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dbf204bcd1..4a20ee4cd0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,8 +20,3 @@ jobs: vmImage: macOS-latest steps: - template: build/azure-pipelines/darwin/continuous-build-darwin.yml - -trigger: - branches: - exclude: - - electron-11.x.y