Skip to content

Commit 2585d6f

Browse files
authored
Run pipelines on 4.x and 5.x branches (#697)
1 parent 4638ce5 commit 2585d6f

5 files changed

+10
-0
lines changed

.github/workflows/build_wheels_linux.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- master
77
- 3.4
8+
- 4.x
9+
- 5.x
810
paths-ignore:
911
- '.github/workflows/build_wheels_linux_arm.yml'
1012
- '.github/workflows/build_wheels_windows*'

.github/workflows/build_wheels_linux_arm.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- master
77
- 3.4
8+
- 4.x
9+
- 5.x
810
paths-ignore:
911
- '.github/workflows/build_wheels_linux.yml'
1012
- '.github/workflows/build_wheels_windows*'

.github/workflows/build_wheels_macos.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- master
77
- 3.4
8+
- 4.x
9+
- 5.x
810
paths-ignore:
911
- '.github/workflows/build_wheels_linux*'
1012
- '.github/workflows/build_wheels_windows*'

.github/workflows/build_wheels_macos_m1.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- master
77
- 3.4
8+
- 4.x
9+
- 5.x
810
paths-ignore:
911
- '.github/workflows/build_wheels_linux*'
1012
- '.github/workflows/build_wheels_windows*'

.github/workflows/build_wheels_windows.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- master
77
- 3.4
8+
- 4.x
9+
- 5.x
810
paths-ignore:
911
- '.github/workflows/build_wheels_linux*'
1012
- '.github/workflows/build_wheels_macos*'

0 commit comments

Comments
 (0)