Skip to content

Commit 4da9ab2

Browse files
committed
fix branch
1 parent d33aa41 commit 4da9ab2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Dev
33
on:
44
push:
55
branches:
6-
- master
6+
- neoclide
77

88
jobs:
99
test:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# neovim-client
22

3-
<a href="https://github.com/neoclide/neovim/actions"><img alt="Actions" src="https://img.shields.io/github/actions/workflow/status/neoclide/neovim/ci.yml?style=flat-square&branch=master"></a>
3+
<a href="https://github.com/neoclide/neovim/actions"><img alt="Actions" src="https://img.shields.io/github/actions/workflow/status/neoclide/neovim/ci.yml?style=flat-square&branch=neoclide"></a>
44

55
Fork of [neovim/node-client](https://github.com/neovim/node-client) which works
66
on both vim9 and neovim.

0 commit comments

Comments
 (0)