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