From 8118c11efe2a5b77dc39d4e625a8023de566717c Mon Sep 17 00:00:00 2001 From: Christopher Felegy Date: Sun, 19 May 2019 10:36:08 -0400 Subject: [PATCH] ci: build/tag includes must be a list --- azure-pipelines.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3a57100e1..05810f6b5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,9 +5,11 @@ variables: trigger: tags: - include: '*' + include: + - '*' branches: - include: '*' + include: + - '*' jobs: - job: Linux