diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c2c37c37b4..d9b9383a11 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,3 +1,13 @@ +trigger: + branches: + include: + - '*' + +pr: + branches: + include: + - '*' + jobs: - job: MINGW timeoutInMinutes: 360