Skip to content

Commit 6d99a0f

Browse files
authored
HOTFIX: Add 4.2 branch to CI (apache#20963)
Add 4.2 branch to CI, as discussed in apache#20948 (review) Reviewers: PoAn Yang <[email protected]>, Ken Huang <[email protected]>, Chia-Ping Tsai <[email protected]>
1 parent fe8160e commit 6d99a0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
push:
2020
branches:
2121
- 'trunk'
22-
- '4.0'
22+
- '4.2'
2323

2424
schedule:
2525
- cron: '0 0 * * 6,0' # Run on Saturday and Sunday at midnight UTC
@@ -28,7 +28,7 @@ on:
2828
types: [ opened, synchronize, ready_for_review, reopened ]
2929
branches:
3030
- 'trunk'
31-
- '4.0'
31+
- '4.2'
3232

3333
concurrency:
3434
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)