aboutsummaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml12
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: