diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5a2ee8465..3a57100e1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,6 +3,11 @@ variables: buildTag: $[ startsWith(variables['Build.SourceBranch'], 'refs/tags') ] buildNumber: $[ variables['Build.BuildNumber'] ] +trigger: + tags: + include: '*' + branches: + include: '*' jobs: - job: Linux