From 4779c8c3806de7d8f94b25f1ae5c36a9040fd754 Mon Sep 17 00:00:00 2001 From: John D Pell <52194+gaelicWizard@users.noreply.github.com> Date: Wed, 12 Jan 2022 13:17:16 -0800 Subject: [PATCH] README: Display latest build status from current branch This displays the build/test status of the latest commit to HEAD, not neccessarily `master` branch, from whichever fork it's read from. --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 33c1b03f07..f3d31a14fe 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ ![logo](https://github.com/Bash-it/media/raw/master/media/Bash-it.png) -![Build Status](https://github.com/Bash-it/bash-it/workflows/CI/badge.svg?branch=master) +![Build Status](../../../workflows/CI/badge.svg?event=push) ![Docs Status](https://readthedocs.org/projects/bash-it/badge/) ![License](https://img.shields.io/github/license/Bash-it/bash-it) ![shell](https://img.shields.io/badge/Shell-Bash-blue)