diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d992c64073476..b5a35648ea35b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,4 +1,14 @@ # Adapted from https://github.com/numba/numba/blob/master/azure-pipelines.yml +trigger: +- master +- 1.0.x + +pr: + branches: + include: + - master + - 1.0.x + jobs: # Mac and Linux use the same template - template: ci/azure/posix.yml