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