README.md: fix CI badge

Otherwise if there's a PR whose build is failing, it would show
a red badge here (but we only care about master branch).

Spotted & fix by @aarani
This commit is contained in:
Andres G. Aragoneses 2020-04-03 20:21:29 +08:00
parent bb2e485b91
commit 913a5befe5

View file

@ -1,7 +1,7 @@
TgSharp
-------------------------------
![Build status](https://github.com/nblockchain/TgSharp/workflows/CI/badge.svg)
![Build status](https://github.com/nblockchain/TgSharp/workflows/CI/badge.svg?branch=master&event=push)
[![NuGet version](https://badge.fury.io/nu/TgSharp.svg)](https://badge.fury.io/nu/TgSharp)
_Unofficial_ Telegram (http://telegram.org) client library implemented in C#.