Skip to content

Commit 0235c7f

Browse files
authored
ci: update CI workflow support for 14.1.x (#963)
#961 (comment)
1 parent b156a77 commit 0235c7f

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 ]
5+
branches: [ 14.1.x ] # antd@4-stable
66
pull_request:
7-
branches: [ master ]
7+
branches: [ 14.1.x ]
88

99
jobs:
1010
setup:

0 commit comments

Comments
 (0)