From 53010cd0319528623dccc09fdf94899985ef2234 Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Fri, 3 Apr 2020 21:58:24 +0100 Subject: [PATCH] Added trigger: section to Azure config --- azure-pipelines.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9552190a..15e798f6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,6 +6,14 @@ resources: name: OpenAstronomy/azure-pipelines-templates ref: master +trigger: + branches: + include: + - '*' + tags: + include: + - 'v*' + jobs: - template: run-tox-env.yml@OpenAstronomy