From 00beef005125e2d4f86db03fd6daa0576536aef2 Mon Sep 17 00:00:00 2001 From: Pierre Mdawar Date: Sun, 11 Aug 2024 10:51:29 +0300 Subject: [PATCH] doc: use workflow link for tests badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df155d8..d3e2ecc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pubsub -[![Tests](https://github.com/mdawar/pubsub/actions/workflows/test.yml/badge.svg?branch=main&event=push)](https://github.com/mdawar/pubsub/actions) +[![Tests](https://github.com/mdawar/pubsub/actions/workflows/test.yml/badge.svg)](https://github.com/mdawar/pubsub/actions/workflows/test.yml) `pubsub` is a simple and generic **topic-based** **publish/subscribe** library for in-process communication in **Go**.