From cfb28489ff083406686e9ff15d2d2be6d96ce1ca Mon Sep 17 00:00:00 2001 From: Tianyi Zheng Date: Sun, 30 Jun 2024 09:59:55 -0700 Subject: [PATCH] Fix build status badge The build status badge was broken when the GH Actions workflow was renamed from tests-on-push to autotest --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a056bf3..a7e3ede 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Pitt API -![Build Status](https://img.shields.io/github/actions/workflow/status/pittcsc/PittAPI/tests-on-push.yml?branch=dev) +![Build Status](https://img.shields.io/github/actions/workflow/status/pittcsc/PittAPI/autotest.yml?branch=dev) ![License](https://img.shields.io/badge/license-GPLv2-blue.svg) ![Python Version](https://img.shields.io/badge/python-%3E%3D%203.9-green.svg)