From 232586307fc1009cdc859cdb2130c08542268aac Mon Sep 17 00:00:00 2001 From: Sean Leather Date: Sat, 1 Jun 2019 20:24:59 +0200 Subject: [PATCH] Add ci-* branch pattern to trigger Azure Pipelines --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e816196..e925da1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,9 @@ +# Note for forks: Azure Pipelines is triggered only by commits to the branches +# matching the patterns below. +# See https://docs.microsoft.com/en-us/azure/devops/pipelines/build/triggers trigger: - master + - ci-* jobs: - job: min_linux