]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ci/tests: fix Azure Pipelines not running for pull requests
authorMarc Hoersken <info@marc-hoersken.de>
Sun, 15 Mar 2020 22:57:04 +0000 (23:57 +0100)
committerMarc Hoersken <info@marc-hoersken.de>
Sun, 15 Mar 2020 23:08:54 +0000 (00:08 +0100)
Closes #5111

.azure-pipelines.yml

index 4e6a17c257625565e80ab50f1c57826141262429..17812e3276e01e5b7248dd8979a1551b2293d666 100644 (file)
@@ -4,8 +4,16 @@
 # https://aka.ms/yaml
 
 trigger:
-- 'master'
-- '*/ci'
+  branches:
+    include:
+    - 'master'
+    - '*/ci'
+
+pr:
+  branches:
+    include:
+    - 'master'
+    - '*/ci'
 
 stages: