From 6fdfb6c693683208c96f3523c2163ce1edb7bccb Mon Sep 17 00:00:00 2001 From: Damien Dillon Date: Mon, 22 Jan 2024 16:05:37 +0100 Subject: [PATCH] Refresh badges on push event --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8491805..43a7909 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ It also provides functionalities to parse content from Google Document HTML expo ## Status [![Gem Version](https://badge.fury.io/rb/article_json.svg)](https://badge.fury.io/rb/article_json) -![Check Google Doc](https://github.com/Devex/article_json/workflows/Check%20Google%20Doc/badge.svg) -![rspec](https://github.com/Devex/article_json/workflows/rspec/badge.svg) -[![Code Climate](https://codeclimate.com/github/Devex/article_json/badges/gpa.svg)](https://codeclimate.com/github/Devex/article_json) +![Check Google Doc](https://github.com/Devex/article_json/workflows/Check%20Google%20Doc/badge.svg?event=push) +![rspec](https://github.com/Devex/article_json/workflows/rspec/badge.svg?event=push) +[![Code Climate](https://codeclimate.com/github/Devex/article_json/badges/gpa.svg)](https://codeclimate.com/github/Devex/article_json?event=push) [![Coverage Status](https://coveralls.io/repos/github/Devex/article_json/badge.svg?branch=master)](https://coveralls.io/github/Devex/article_json?branch=master) ## Usage