Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit c7d64d4

Browse files
authored
Display CI badge only for the master branch in README.md
1 parent 12b21f8 commit c7d64d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

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

3-
[![Build Status](https://github.com/rust-dev-tools/rust-semverver/workflows/CI/badge.svg)](https://github.com/rust-dev-tools/rust-semverver/actions?query=workflow%3ACI)
3+
[![Build Status](https://github.com/rust-dev-tools/rust-semverver/workflows/CI/badge.svg?branch=master)](https://github.com/rust-dev-tools/rust-semverver/actions?query=workflow%3ACI+branch%3Amaster)
44
[![Current Version](https://meritbadge.herokuapp.com/semverver)](https://crates.io/crates/semverver)
55

66
`rust-semverver` is a tool to check semver-compliance in Rust library crates. The core of

0 commit comments

Comments
 (0)