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.
This commit is contained in:
Alejandro Dustet 2021-04-16 09:58:29 -04:00 committed by GitHub
parent 370d4e2383
commit c5f953922d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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