diff options
-rw-r--r-- | .azure-pipelines.yml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 4e6a17c25..17812e327 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -4,8 +4,16 @@ # https://aka.ms/yaml trigger: -- 'master' -- '*/ci' + branches: + include: + - 'master' + - '*/ci' + +pr: + branches: + include: + - 'master' + - '*/ci' stages: |