Skip to content

Commit 6760069

Browse files
committed
docs(homepage): fix reference to new ci workflow for test status badge
1 parent adfd8f6 commit 6760069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Read more about the setup and configuration in our `getting started guide`_.
3030
.. _GitHub Action: https://python-semantic-release.readthedocs.io/en/latest/automatic-releases/github-actions.html
3131
.. _conda-forge: https://anaconda.org/conda-forge/python-semantic-release
3232

33-
.. |Test Status| image:: https://img.shields.io/github/actions/workflow/status/python-semantic-release/python-semantic-release/main.yml?branch=master&label=Test%20Status&logo=github
34-
:target: https://github.com/python-semantic-release/python-semantic-release/actions/workflows/main.yml
33+
.. |Test Status| image:: https://img.shields.io/github/actions/workflow/status/python-semantic-release/python-semantic-release/cicd.yml?branch=master&label=Test%20Status&logo=github
34+
:target: https://github.com/python-semantic-release/python-semantic-release/actions/workflows/cicd.yml
3535
:alt: test-status
3636
.. |PyPI Version| image:: https://img.shields.io/pypi/v/python-semantic-release?label=PyPI&logo=pypi
3737
:target: https://pypi.org/project/python-semantic-release/

0 commit comments

Comments
 (0)