Trigger azure pipelines on tags

Committed via https://github.com/asottile/all-repos
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 7b331b9..974a705 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -1,6 +1,8 @@
 trigger:
   branches:
     include: [master, test-me-*]
+  tags:
+    include: ['*']
 
 resources:
   repositories: