[ci] Trigger builds when pushing tags
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 3aa4ec3..13f7519 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -9,6 +9,9 @@
   TOOLCHAIN_VERSION: 20191010-1
 
 trigger:
+  tags:
+    include:
+    - '*'
   # Combine builds on master as long as another build is running
   batch: true
   branches: