Skip to content

Commit

Permalink
README.md: fix GitHubActions CI badge (#1199)
Browse files Browse the repository at this point in the history
* It was red colour because some PR was failing to build, but what needs to be shown in the README file is the status for the master branch.
* Link changed to filter by branch too (so that a green badge leads to a green build at the top when clicking the link).
  • Loading branch information
knocte authored May 20, 2024
1 parent 98e4876 commit a690b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NBitcoin

[![Join the chat at https://chat.btcpayserver.org/btcpayserver/channels/nbitcoin](https://img.shields.io/badge/Community%20Chat-Mattermost-%230058cc)](https://chat.btcpayserver.org/btcpayserver/channels/nbitcoin)
[![Build status](https://github.com/MetacoSA/NBitcoin/workflows/CI/badge.svg)](https://github.com/MetacoSA/NBitcoin/actions?query=workflow%3ACI)
[![Build status](https://github.com/MetacoSA/NBitcoin/workflows/CI/badge.svg?branch=master&event=push)](https://github.com/MetacoSA/NBitcoin/actions?query=branch%3Amaster)

NBitcoin is the most complete Bitcoin library for the .NET platform. It implements all most relevant Bitcoin Improvement Proposals (BIPs). It also provides low level access to Bitcoin primitives so you can easily build your application on top of it. Join us in our [mattermost chat room](https://chat.btcpayserver.org/btcpayserver/channels/nbitcoin).
It works on Windows, Mac and Linux with Xamarin, Unity, .NET Core or CLR. (Porting to Unity should not be that hard if you need it)
Expand Down

0 comments on commit a690b46

Please sign in to comment.