Skip to content

Commit 23f3925

Browse files
Merge pull request #20169 from RomanPudashkin/420_ci_checks
420_ci_checks
2 parents 187676e + f25b3d4 commit 23f3925

7 files changed

+7
-0
lines changed

.github/workflows/ci_codestyle.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- master
7+
- 4.2.0
78

89
jobs:
910
codestyle:

.github/workflows/ci_linux_mu4.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- master
7+
- 4.2.0
78

89
schedule:
910
- cron: '0 3 */1 */1 *' # At 03:00 on every day-of-month for master

.github/workflows/ci_macos_mu4.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- master
7+
- 4.2.0
78

89
schedule:
910
- cron: '0 3 */1 */1 *' # At 03:00 on every day-of-month for master

.github/workflows/ci_utests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- master
7+
- 4.2.0
78
workflow_dispatch:
89

910
jobs:

.github/workflows/ci_vtests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- master
7+
- 4.2.0
78

89
jobs:
910
setup:

.github/workflows/ci_windows_mu4.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- master
7+
- 4.2.0
78

89
schedule:
910
- cron: '0 3 */1 */1 *' # At 03:00 on every day-of-month for master

.github/workflows/ci_withoutqt.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- master
7+
- 4.2.0
78

89
jobs:
910
run_tests:

0 commit comments

Comments
 (0)