Skip to content

Commit 6b247f7

Browse files
committed
address review
1 parent 50ec797 commit 6b247f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure-pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
trigger: ['main', '3.13', '3.12', '3.11', '3.10', '3.9']
1+
trigger: ['main', '3.*']
22

33
jobs:
44
- job: Prebuild

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ please ensure that the PR title is in the following format:
2323
[X.Y] <title from the original PR> (GH-NNNNNN)
2424
```
2525
26-
Where: [X.Y] is the branch name, e.g. [3.13].
26+
Where: [X.Y] is the branch name, for example: [3.13].
2727
2828
GH-NNNNNN refers to the PR number from `main`.
2929

0 commit comments

Comments
 (0)