Skip to content

Commit d12d516

Browse files
authored
ci(4.x): run checks for 4.x branch (#3339)
ci(4.x): run checks for 4.x branch Co-authored-by: mikhail.filipchuk <[email protected]>
1 parent 2e3a68a commit d12d516

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/sdkv2_deprecation.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- master
7+
- 4.x
78

89
jobs:
910
check-sdkv2:

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ on:
77
pull_request:
88
branches:
99
- master
10+
- 4.x
1011
schedule:
1112
- cron: "0 1 * * *"
1213
push:
1314
branches:
1415
- mq-working-branch-master-**
16+
- mq-working-branch-4.x-**
1517

1618
concurrency:
1719
group: ${{ github.head_ref || github.run_id }}-test

0 commit comments

Comments
 (0)