From a1980e00e8966d826eb9dcfc09fd2f2a34de21fd Mon Sep 17 00:00:00 2001 From: Marco Perazzo Date: Fri, 29 Mar 2024 23:31:33 +0100 Subject: [PATCH] Renamed master to main --- .github/workflows/test.yml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a142fc4..9f93727 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,10 +3,10 @@ name: Test on: push: branches: - - 'master' + - 'main' pull_request: branches: - - 'master' + - 'main' jobs: test: diff --git a/README.md b/README.md index bdeb68e..c2457e2 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ [![Go](https://img.shields.io/github/go-mod/go-version/mpe85/go-broker)](https://go.dev/) [![Go Report Card](https://goreportcard.com/badge/github.com/mpe85/go-broker?style=flat-square)](https://goreportcard.com/report/github.com/mpe85/go-broker) [![Build](https://github.com/mpe85/go-broker/actions/workflows/test.yml/badge.svg)](https://github.com/mpe85/go-broker/actions/workflows/test.yml) -[![codecov](https://codecov.io/gh/mpe85/go-broker/branch/master/graph/badge.svg?token=rWTO2Fk2jc)](https://codecov.io/gh/mpe85/go-broker) -[![License](https://img.shields.io/github/license/mpe85/grampa.svg?label=License)](https://github.com/mpe85/go-broker/blob/master/LICENSE) +[![codecov](https://codecov.io/gh/mpe85/go-broker/branch/main/graph/badge.svg?token=rWTO2Fk2jc)](https://codecov.io/gh/mpe85/go-broker) +[![License](https://img.shields.io/github/license/mpe85/grampa.svg?label=License)](https://github.com/mpe85/go-broker/blob/main/LICENSE) [![PkgGoDev](https://pkg.go.dev/badge/mod/github.com/mpe85/go-broker)](https://pkg.go.dev/mod/github.com/mpe85/go-broker) This library provides a broker implementation that handles publishing of messages in a thread-safe manner.