From 83127680ed92efc4bde010bfd743b608512c5c38 Mon Sep 17 00:00:00 2001 From: Roman Zlobin Date: Wed, 27 Dec 2023 01:05:51 +0300 Subject: [PATCH] show workflow badges for dev branch For some reason if you replace `branch=dev` with `branch=master` it doesn't work, so I had to set `dev` as target branch. And without this param it shows the status of the latest workflow run on any branch. (cherry picked from commit 1ca2df0eefdc68255ec0907745eba482d607476a) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff4e42887..14a620be3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Dialog Flow Framework -[![Documentation Status](https://github.com/deeppavlov/dialog_flow_framework/workflows/build_and_publish_docs/badge.svg)](https://deeppavlov.github.io/dialog_flow_framework) -[![Codestyle](https://github.com/deeppavlov/dialog_flow_framework/workflows/codestyle/badge.svg)](https://github.com/deeppavlov/dialog_flow_framework/actions/workflows/codestyle.yml) -[![Tests](https://github.com/deeppavlov/dialog_flow_framework/workflows/test_coverage/badge.svg)](https://github.com/deeppavlov/dialog_flow_framework/actions/workflows/test_coverage.yml) +[![Documentation Status](https://github.com/deeppavlov/dialog_flow_framework/workflows/build_and_publish_docs/badge.svg?branch=dev)](https://deeppavlov.github.io/dialog_flow_framework) +[![Codestyle](https://github.com/deeppavlov/dialog_flow_framework/workflows/codestyle/badge.svg?branch=dev)](https://github.com/deeppavlov/dialog_flow_framework/actions/workflows/codestyle.yml) +[![Tests](https://github.com/deeppavlov/dialog_flow_framework/workflows/test_coverage/badge.svg?branch=dev)](https://github.com/deeppavlov/dialog_flow_framework/actions/workflows/test_coverage.yml) [![License Apache 2.0](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/deeppavlov/dialog_flow_framework/blob/master/LICENSE) ![Python 3.8, 3.9, 3.10, 3.11](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-green.svg) [![PyPI](https://img.shields.io/pypi/v/dff)](https://pypi.org/project/dff/)