1
0
mirror of https://github.com/moparisthebest/curl synced 2025-01-11 05:58:01 -05:00

ci/tests: fix Azure Pipelines not running for pull requests

Closes #5111
This commit is contained in:
Marc Hoersken 2020-03-15 23:57:04 +01:00
parent 92c152c2ef
commit 404d5f200b
No known key found for this signature in database
GPG Key ID: 61E03CBED7BC859E

View File

@ -4,6 +4,14 @@
# https://aka.ms/yaml
trigger:
branches:
include:
- 'master'
- '*/ci'
pr:
branches:
include:
- 'master'
- '*/ci'