Skip to content

Commit 5a01ef9

Browse files
committed
Use escaped wildcard to build CI on all PRs
1 parent 61f69be commit 5a01ef9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ trigger:
66
- refs/tags/v*
77

88
pr:
9-
- *
9+
branches:
10+
include:
11+
- '*'
1012

1113
variables:
1214
PYTHONUNBUFFERED: 1

0 commit comments

Comments
 (0)