File tree Expand file tree Collapse file tree 3 files changed +30
-24
lines changed
Expand file tree Collapse file tree 3 files changed +30
-24
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,18 @@ name: Tests
66on :
77 push :
88 branches :
9- - main
10- - 3.9
11- - 3.8
12- - 3.7
9+ - ' main'
10+ - ' 3.10'
11+ - ' 3.9'
12+ - ' 3.8'
13+ - ' 3.7'
1314 pull_request :
1415 branches :
15- - main
16- - 3.9
17- - 3.8
18- - 3.7
16+ - ' main'
17+ - ' 3.10'
18+ - ' 3.9'
19+ - ' 3.8'
20+ - ' 3.7'
1921
2022jobs :
2123 check_source :
Original file line number Diff line number Diff line change @@ -3,18 +3,20 @@ name: TestsMSI
33on :
44 push :
55 branches :
6- - main
7- - 3.9
8- - 3.8
9- - 3.7
6+ - ' main'
7+ - ' 3.10'
8+ - ' 3.9'
9+ - ' 3.8'
10+ - ' 3.7'
1011 paths :
1112 - ' Tools/msi/**'
1213 pull_request :
1314 branches :
14- - main
15- - 3.9
16- - 3.8
17- - 3.7
15+ - ' main'
16+ - ' 3.10'
17+ - ' 3.9'
18+ - ' 3.8'
19+ - ' 3.7'
1820 paths :
1921 - ' Tools/msi/**'
2022
Original file line number Diff line number Diff line change @@ -3,18 +3,20 @@ name: Docs
33on :
44 # push:
55 # branches:
6- # - main
7- # - 3.9
8- # - 3.8
9- # - 3.7
6+ # - 'main'
7+ # - '3.10'
8+ # - '3.9'
9+ # - '3.8'
10+ # - '3.7'
1011 # paths:
1112 # - 'Doc/**'
1213 pull_request :
1314 branches :
14- - main
15- - 3.9
16- - 3.8
17- - 3.7
15+ - ' main'
16+ - ' 3.10'
17+ - ' 3.9'
18+ - ' 3.8'
19+ - ' 3.7'
1820 paths :
1921 - ' Doc/**'
2022 - ' Misc/**'
You can’t perform that action at this time.
0 commit comments