From 91120c2e10dcc28f38d0fbabfda31e01e4f166ca Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 26 Aug 2024 21:21:50 -0400 Subject: [PATCH] Use only `main` branch for CI badge and status Since we are not modifying code, we can [skip ci]. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6de8a55..fba5ee7 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Easyfix -[![Build Status][github-ci-badge]][github-ci-url] +[![Easyfix build Status][easyfix-ci-badge]][easyfix-ci-url] -[github-ci-badge]: https://github.com/mbrukman/easyfix/actions/workflows/main.yml/badge.svg -[github-ci-url]: https://github.com/mbrukman/easyfix/actions/workflows/main.yml +[easyfix-ci-badge]: https://github.com/mbrukman/easyfix/actions/workflows/main.yml/badge.svg?query=branch%3Amain +[easyfix-ci-url]: https://github.com/mbrukman/easyfix/actions/workflows/main.yml?query=branch%3Amain Easyfix is a tool for making easy fixes to text files, enabling simple large-scale cleanups of your code, documentation, or any other files.