From b9f46a8b554cb57981e8c32f1eff4b4e3c5ff015 Mon Sep 17 00:00:00 2001 From: Kristofer Berggren Date: Fri, 11 Dec 2020 18:39:09 +0800 Subject: [PATCH] build status badges to show master --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0aaacd1..6f5d455 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Spacy-cpp | **Linux** | **Mac** | |-----------|---------| -| [![Linux](https://github.com/d99kris/spacy-cpp/workflows/Linux/badge.svg)](https://github.com/d99kris/spacy-cpp/actions?query=workflow%3ALinux) | [![macOS](https://github.com/d99kris/spacy-cpp/workflows/macOS/badge.svg)](https://github.com/d99kris/spacy-cpp/actions?query=workflow%3AmacOS) | +| [![Linux](https://github.com/d99kris/spacy-cpp/workflows/Linux/badge.svg?branch=master)](https://github.com/d99kris/spacy-cpp/actions?query=workflow%3ALinux) | [![macOS](https://github.com/d99kris/spacy-cpp/workflows/macOS/badge.svg?branch=master)](https://github.com/d99kris/spacy-cpp/actions?query=workflow%3AmacOS) | Spacy-cpp is a C++ wrapper library for the excellent NLP library [spaCy](https://spacy.io/). This project is not affiliated with spaCy, but it is distributed under the same license (MIT).