From ac03f4af0429d634e3303e880dc50b7e8813758a Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Sat, 14 Mar 2020 18:25:15 +0000 Subject: [PATCH] CI: Update pipelines config to trigger on PRs --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 42a039af46e94..d042bda77d4e8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,4 +1,10 @@ # Adapted from https://github.com/numba/numba/blob/master/azure-pipelines.yml +trigger: +- master + +pr: +- master + jobs: # Mac and Linux use the same template - template: ci/azure/posix.yml