summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--azure-pipelines.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index c6b54f2cb..6d4944c92 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -6,6 +6,11 @@ trigger:
- master
- maintenance/*
+pr:
+ branches:
+ include:
+ - '*' # must quote since "*" is a YAML reserved character; we want a string
+
stages:
- stage: InitialTests
jobs: