From 9d21bfce8c4e821acadca8af1d0da3451b0d1a38 Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Fri, 18 Oct 2019 11:19:31 +0200 Subject: [PATCH] ci: avoid rebuilding LLVM on Azure (Windows) --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1b5e478c..fb8cc1b1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,3 +1,9 @@ +# Avoid lengthy LLVM rebuilds on each newly pushed branch. Pull requests will +# be built anyway. +trigger: +- master +- dev + jobs: - job: Build timeoutInMinutes: 180