Skip to content

Commit 19cfb12

Browse files
authored
Change the CI target branch name from master to unstable (apache#203)
1 parent 2f6836d commit 19cfb12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/kvrocks.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: kvrocks ci actions # don't edit while the badge was depend on this
33
on:
44
push:
55
branches:
6-
- master
6+
- unstable
77
pull_request:
88
branches:
9-
- master
9+
- unstable
1010

1111
jobs:
1212
lint-build-test:

0 commit comments

Comments
 (0)