From c5f953922df056f62e639932a6870b46cc93c8e3 Mon Sep 17 00:00:00 2001 From: Alejandro Dustet Date: Fri, 16 Apr 2021 09:58:29 -0400 Subject: [PATCH] Fix ci badge and workflows query link (#1486) Why: ---- The badge link is pointing to a non existent location. And the query for the workflows lists all builds and not only the main branch one. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42cfc9d..5d79362 100644 --- a/README.md +++ b/README.md @@ -94,8 +94,8 @@ See [our other projects][community] or [community]: https://thoughtbot.com/community?utm_source=github [hire]: https://thoughtbot.com/hire-us?utm_source=github -[ci-image]: https://github.com/thoughtbot/factory_bot/workflows/build/badge.svg -[ci]: https://github.com/thoughtbot/factory_bot/actions?query=workflow%3Abuild +[ci-image]: https://github.com/thoughtbot/factory_bot/actions/workflows/build.yml/badge.svg +[ci]: https://github.com/thoughtbot/factory_bot/actions?query=workflow%3A.github%2Fworkflows%2Fbuild.yml+branch%3Amaster++ [grade-image]: https://codeclimate.com/github/thoughtbot/factory_bot/badges/gpa.svg [grade]: https://codeclimate.com/github/thoughtbot/factory_bot [version-image]: https://badge.fury.io/rb/factory_bot.svg