Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2585d6f

Browse filesBrowse files
authored
Run pipelines on 4.x and 5.x branches (opencv#697)
1 parent 4638ce5 commit 2585d6f
Copy full SHA for 2585d6f

File tree

Expand file treeCollapse file tree

5 files changed

+10
-0
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+10
-0
lines changed

‎.github/workflows/build_wheels_linux.yml

Copy file name to clipboardExpand all lines: .github/workflows/build_wheels_linux.yml
+2Lines changed: 2 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: .github/workflows/build_wheels_linux_arm.yml
+2Lines changed: 2 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: .github/workflows/build_wheels_macos.yml
+2Lines changed: 2 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: .github/workflows/build_wheels_macos_m1.yml
+2Lines changed: 2 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: .github/workflows/build_wheels_windows.yml
+2Lines changed: 2 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.