From a87d647c6100a5025f049ed4aa9f178fea2f7332 Mon Sep 17 00:00:00 2001 From: Daniel Karrasch Date: Sat, 23 Jan 2021 19:17:23 +0100 Subject: [PATCH] let build badge refer to master branch only --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fae51306..e96028ad 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ julia> import Pkg; Pkg.add("LinearMaps") [docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg [docs-stable-url]: https://jutho.github.io/LinearMaps.jl/stable -[build-img]: https://github.com/Jutho/LinearMaps.jl/workflows/CI/badge.svg -[build-url]: https://github.com/Jutho/LinearMaps.jl/actions?query=workflow%3ACI +[build-img]: https://github.com/Jutho/LinearMaps.jl/workflows/CI/badge.svg?branch=master +[build-url]: https://github.com/Jutho/LinearMaps.jl/actions?query=workflow%3ACI+branch%3Amaster [codecov-img]: http://codecov.io/github/Jutho/LinearMaps.jl/coverage.svg?branch=master [codecov-url]: http://codecov.io/github/Jutho/LinearMaps.jl?branch=master