azure-pipelines: explicitely set branch/pr triggers

It's currently broken, see https://status.dev.azure.com/_event/179641421
and this is the suggested workaround.
This commit is contained in:
Christoph Reiter
2020-03-15 10:12:23 +01:00
parent 61db8430f1
commit d56a6761ee

View File

@@ -1,3 +1,13 @@
trigger:
branches:
include:
- '*'
pr:
branches:
include:
- '*'
jobs:
- job: MINGW
timeoutInMinutes: 360