From b61996184e636ca29567b585480f9350bc2a71b1 Mon Sep 17 00:00:00 2001 From: Daan Date: Sat, 30 Jan 2021 17:11:02 -0800 Subject: [PATCH] Use explicit trigger syntax --- azure-pipelines.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 85e89420..427d7c0b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,8 +4,14 @@ # https://aka.ms/yaml trigger: -- master -- dev + branches: + include: + - master + - dev + - dev-slice + tags: + include: + - v* jobs: - job: