summary refs log tree commit diff stats
diff options
context:
space:
mode:
authoralaviss <alaviss@users.noreply.github.com>2020-03-15 22:44:07 +0000
committerGitHub <noreply@github.com>2020-03-15 23:44:07 +0100
commitae5094e1432cef8c32575915ae1e19deffe7df61 (patch)
tree4d2430bec7513b7018bf52b27d7ec64a0c13c0b5
parent6e0c06f50e0450522b32a1bad23a3d2a4e36e9f9 (diff)
downloadNim-ae5094e1432cef8c32575915ae1e19deffe7df61.tar.gz
azure-pipelines: walkaround issues with triggers (#13657)
See https://status.dev.azure.com/_event/179641421
-rw-r--r--azure-pipelines.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index e04974f5b..310feb8f7 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -1,3 +1,12 @@
+trigger:
+  branches:
+    include:
+    - '*'
+pr:
+  branches:
+    include:
+    - '*'
+
 jobs:
 - job: packages