File tree 3 files changed +30
-24
lines changed
3 files changed +30
-24
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,18 @@ name: Tests
6
6
on :
7
7
push :
8
8
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'
13
14
pull_request :
14
15
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'
19
21
20
22
jobs :
21
23
check_source :
Original file line number Diff line number Diff line change @@ -3,18 +3,20 @@ name: TestsMSI
3
3
on :
4
4
push :
5
5
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'
10
11
paths :
11
12
- ' Tools/msi/**'
12
13
pull_request :
13
14
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'
18
20
paths :
19
21
- ' Tools/msi/**'
20
22
Original file line number Diff line number Diff line change @@ -3,18 +3,20 @@ name: Docs
3
3
on :
4
4
# push:
5
5
# 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'
10
11
# paths:
11
12
# - 'Doc/**'
12
13
pull_request :
13
14
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'
18
20
paths :
19
21
- ' Doc/**'
20
22
- ' Misc/**'
You can’t perform that action at this time.
0 commit comments