aboutsummaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2020-03-15 23:57:04 +0100
committerMarc Hoersken <info@marc-hoersken.de>2020-03-16 00:08:54 +0100
commit404d5f200b7281d88d05fccfa006362497878ad4 (patch)
tree321a6d94ec88d8df9c72e212b8d2db8e5d9efa1e /.azure-pipelines.yml
parent92c152c2efbf925d2e6305d593a0e651cc7da38b (diff)
ci/tests: fix Azure Pipelines not running for pull requests
Closes #5111
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: