From cb7ff92c9d48c6d2693074121b303912ab57a88d Mon Sep 17 00:00:00 2001 From: wookie184 Date: Thu, 22 Jun 2023 15:21:18 +0100 Subject: Fix GitHub Actions status badges (#1003) --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6e725fa3..ef70697d 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ [![Discord][12]][13] [![Lint & Test][1]][2] -[![Build][3]][4] -[![Deploy][5]][6] [![Coverage Status][7]][8] [![License](https://img.shields.io/badge/license-MIT-green)](LICENSE) @@ -14,12 +12,8 @@ If you happen to run into issues with setup, please don't hesitate to open an is If you're looking to contribute or play around with the code, take a look at [the wiki][10]. If you're looking for things to do, check out [our issues][11]. -[1]: https://github.com/python-discord/site/workflows/Lint%20&%20Test/badge.svg?branch=main -[2]: https://github.com/python-discord/site/actions?query=workflow%3A%22Lint+%26+Test%22+branch%3Amain -[3]: https://github.com/python-discord/site/workflows/Build/badge.svg?branch=main -[4]: https://github.com/python-discord/site/actions?query=workflow%3A%22Build%22+branch%3Amain -[5]: https://github.com/python-discord/site/workflows/Deploy/badge.svg?branch=main -[6]: https://github.com/python-discord/site/actions?query=workflow%3A%22Deploy%22+branch%3Amain +[1]: https://github.com/python-discord/site/workflows/CI/badge.svg?branch=main +[2]: https://github.com/python-discord/site/actions/workflows/main.yaml?query=event%3Apush+branch%3Amain [7]: https://coveralls.io/repos/github/python-discord/site/badge.svg?branch=main [8]: https://coveralls.io/github/python-discord/site?branch=main [9]: https://pythondiscord.com -- cgit v1.2.3