Skip to content

Commit efc16da

Browse files
committed
Enable GHA for 3.9 branch
1 parent 2abeded commit efc16da

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ on:
77
push:
88
branches:
99
- master
10+
- 3.9
1011
- 3.8
1112
- 3.7
1213
pull_request:
1314
branches:
1415
- master
16+
- 3.9
1517
- 3.8
1618
- 3.7
1719

.github/workflows/build_msi.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44
push:
55
branches:
66
- master
7+
- 3.9
78
- 3.8
89
- 3.7
910
paths:
1011
- 'Tools/msi/**'
1112
pull_request:
1213
branches:
1314
- master
15+
- 3.9
1416
- 3.8
1517
- 3.7
1618
paths:

.github/workflows/coverage.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- 3.9
78
- 3.8
89
- 3.7
910
paths-ignore:
@@ -12,6 +13,7 @@ on:
1213
#pull_request:
1314
# branches:
1415
# - master
16+
# - 3.9
1517
# - 3.8
1618
# - 3.7
1719
# paths-ignore:

.github/workflows/doc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44
#push:
55
# branches:
66
# - master
7+
# - 3.9
78
# - 3.8
89
# - 3.7
910
# paths:
1011
# - 'Doc/**'
1112
pull_request:
1213
branches:
1314
- master
15+
- 3.9
1416
- 3.8
1517
- 3.7
1618
paths:

0 commit comments

Comments
 (0)