Skip to content

Commit e5891c6

Browse files
github-actions[bot]AlitzelMendez
andauthoredMar 26, 2024··

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed
 

‎azure-pipelines-pr.yml

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
trigger: none
1+
trigger:
2+
batch: true
3+
branches:
4+
include:
5+
- main
6+
- release/6.0
7+
- release/7.0
8+
- release/8.0
9+
exclude:
10+
- .github/*
11+
- Documentation/*
12+
- CODE-OF-CONDUCT.md
13+
- CONTRIBUTING.md
14+
- LICENSE.TXT
15+
- README.md
16+
- SECURITY.md
17+
- THIRD-PARTY-NOTICES.TXT
18+
219
pr:
320
branches:
421
include:

0 commit comments

Comments
 (0)
Please sign in to comment.