Skip to content

Commit

Permalink
Use master branch only for status badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ikopylov authored Dec 4, 2023
1 parent 8024e95 commit 42530ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# .NET client library for Bob
[![NuGet](https://img.shields.io/nuget/v/Qoollo.BobClient.svg)](https://www.nuget.org/packages/Qoollo.BobClient/) [![build](https://github.com/qoollo/bob-client-net/actions/workflows/build.yaml/badge.svg)](https://github.com/qoollo/bob-client-net/actions/workflows/build.yaml) [![test](https://github.com/qoollo/bob-client-net/actions/workflows/test.yaml/badge.svg)](https://github.com/qoollo/bob-client-net/actions/workflows/test.yaml)
[![NuGet](https://img.shields.io/nuget/v/Qoollo.BobClient.svg)](https://www.nuget.org/packages/Qoollo.BobClient/) [![build](https://github.com/qoollo/bob-client-net/actions/workflows/build.yaml/badge.svg?branch=master)](https://github.com/qoollo/bob-client-net/actions/workflows/build.yaml) [![test](https://github.com/qoollo/bob-client-net/actions/workflows/test.yaml/badge.svg?branch=master)](https://github.com/qoollo/bob-client-net/actions/workflows/test.yaml)

Bob is a distributed BLOB storage: https://github.com/qoollo/bob

Expand Down Expand Up @@ -34,4 +34,4 @@ using (var client = new BobClusterBuilder<ulong>()

client.Close();
}
```
```

0 comments on commit 42530ec

Please sign in to comment.