From 4866d4a12212d3626b6faf8ac92a7c1c668569c1 Mon Sep 17 00:00:00 2001 From: Michael Aquilina Date: Thu, 20 Feb 2020 16:56:01 +0000 Subject: [PATCH] fix: use correct badge on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bea3955c96..ea0df8ded25 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ensuring you have the right stack everywhere. It supports Python 2.7 and 3.4+. -![Tests Status](https://github.com/python-poetry/poetry/workflows/Tests/badge.svg) +[![Tests Status](https://github.com/python-poetry/poetry/workflows/Tests/badge.svg?branch=master&event=push)](https://github.com/python-poetry/poetry/actions?query=workflow%3ATests+branch%3Amaster+event%3Apush) The [complete documentation](https://python-poetry.org/docs/) is available on the [official website](https://python-poetry.org).