From 92df2174ea60d00da939cf25aed3ff40179d809b Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Sun, 14 Jul 2019 23:28:11 -0400 Subject: [PATCH] ci: Trigger CI when new tags are pushed --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 81ecc049..509ce523 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,3 +1,9 @@ +trigger: + branches: + include: ["*"] + tags: + include: ["*"] + jobs: # Check formatting - template: ci/rustfmt.yml