File tree Expand file tree Collapse file tree 4 files changed +4
-90
lines changed Expand file tree Collapse file tree 4 files changed +4
-90
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: test & maybe release
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
pull_request :
8
8
workflow_dispatch :
9
9
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
[ ![ ipfs.tech] ( https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square )] ( https://ipfs.tech )
4
4
[ ![ Discuss] ( https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square )] ( https://discuss.ipfs.tech )
5
5
[ ![ codecov] ( https://img.shields.io/codecov/c/github/ipfs/js-kubo-rpc-client.svg?style=flat-square )] ( https://codecov.io/gh/ipfs/js-kubo-rpc-client )
6
- [ ![ CI] ( https://img.shields.io/github/actions/workflow/status/ipfs/js-kubo-rpc-client/js-test-and-release.yml?branch=master \& style=flat-square )] ( https://github.com/ipfs/js-kubo-rpc-client/actions/workflows/js-test-and-release.yml?query=branch%3Amaster )
6
+ [ ![ CI] ( https://img.shields.io/github/actions/workflow/status/ipfs/js-kubo-rpc-client/js-test-and-release.yml?branch=main \& style=flat-square )] ( https://github.com/ipfs/js-kubo-rpc-client/actions/workflows/js-test-and-release.yml?query=branch%3Amain )
7
7
8
8
> A client library for the Kubo RPC API
9
9
10
10
## Table of contents <!-- omit in toc -->
11
11
12
12
- [ Install] ( #install )
13
13
- [ Browser ` <script> ` tag] ( #browser-script-tag )
14
- - [ Work In Progress ] ( #work-in-progress )
14
+ - [ Kubo RPC Client ] ( #kubo-rpc-client )
15
15
- [ Getting Started] ( #getting-started )
16
16
- [ Next Steps] ( #next-steps )
17
17
- [ Usage] ( #usage )
Original file line number Diff line number Diff line change 49
49
},
50
50
"release" : {
51
51
"branches" : [
52
- " master "
52
+ " main "
53
53
],
54
54
"plugins" : [
55
55
[
You can’t perform that action at this time.
0 commit comments