summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-07-14 23:28:11 -0400
committerMatan Kushner <hello@matchai.me>2019-07-14 23:28:11 -0400
commit92df2174ea60d00da939cf25aed3ff40179d809b (patch)
tree64f42dbd900b74f40b75f046d40c08233a8bd899
parent0703a7404836a496d317497952cddbaf28f8bd2b (diff)
ci: Trigger CI when new tags are pushed
-rw-r--r--azure-pipelines.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 81ecc0497..509ce5230 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