Skip to content

Commit e86b91a

Browse files
committed
[#2276] Enable Git Hub CI workflow for 2.4.x branch
1 parent 981d627 commit e86b91a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ on:
44
push:
55
branches:
66
- main
7+
- '2.[4-9].x'
8+
- '2.[1-9][0-9].x'
79
pull_request:
810
branches:
911
- main
12+
- '2.[4-9].x'
13+
- '2.[1-9][0-9].x'
1014

1115
jobs:
1216
unit:

0 commit comments

Comments
 (0)