From: wookie184 Date: Mon, 3 Jun 2024 06:05:57 +0000 (+0100) Subject: gh-119961: Fix test workflow status badge in README (#119962) X-Git-Tag: v3.14.0a1~1646 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e6321efd72d12263398994e59c5216edcada3c0;p=thirdparty%2FPython%2Fcpython.git gh-119961: Fix test workflow status badge in README (#119962) Co-authored-by: Nikita Sobolev --- diff --git a/README.rst b/README.rst index e3163c5ff636..7dd3660b1987 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ This is Python version 3.14.0 alpha 0 ===================================== -.. image:: https://github.com/python/cpython/workflows/Tests/badge.svg +.. image:: https://github.com/python/cpython/actions/workflows/build.yml/badge.svg?branch=main&event=push :alt: CPython build status on GitHub Actions :target: https://github.com/python/cpython/actions