From 195cd270e30bfd6b83c64b17f2e8cbe0329585ef Mon Sep 17 00:00:00 2001 From: Niels Grewe Date: Fri, 24 Jul 2020 19:25:01 +0200 Subject: [PATCH] fix(ci): Formulate correct triggers --- azure-pipelines.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0960671..f83bd4c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,3 +1,20 @@ +trigger: + branches: + include: + - "*" + tags: + include: + - "v*" +pr: + branches: + include: + - '*' +schedules: + - cron: "0 0 * * *" + displayName: Daily midnight build + branches: + include: + - master resources: repositories: - repository: tox