gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 29/264: ci/tests: fix Azure Pipelines not running for pull reque


From: gnunet
Subject: [gnurl] 29/264: ci/tests: fix Azure Pipelines not running for pull requests
Date: Thu, 30 Apr 2020 16:05:32 +0200

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit 404d5f200b7281d88d05fccfa006362497878ad4
Author: Marc Hoersken <address@hidden>
AuthorDate: Sun Mar 15 23:57:04 2020 +0100

    ci/tests: fix Azure Pipelines not running for pull requests
    
    Closes #5111
---
 .azure-pipelines.yml | 12 ++++++++++--
 1 file 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:
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]