Skip to content

Commit b52ae9f

Browse files
committed
chore: ci add 2.7.x for build test
1 parent bb901e4 commit b52ae9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [master, 2.x]
5+
branches: [master, 2.x, 2.7.x]
66
pull_request:
7-
branches: [master, 2.x]
7+
branches: [master, 2.x, 2.7.x]
88

99
jobs:
1010
setup:

0 commit comments

Comments
 (0)