From 3b21d026e2fa742e232702e4867bcefb74aaa571 Mon Sep 17 00:00:00 2001 From: Adriano Caloiaro Date: Fri, 19 Jan 2024 09:58:15 -0700 Subject: [PATCH] Make matrix chat badge clickable --- .github/workflows/goreleaser.yml | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 2c531c2..e0cdbf5 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -2,6 +2,8 @@ name: goreleaser on: push: + paths-ignore: + - '**.md' branches: - main diff --git a/README.md b/README.md index 106ad40..0e205c9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Queue-agnostic background job library for Go, with a pleasant API and powerful features. -[![Go Reference](https://pkg.go.dev/badge/github.com/acaloiaro/neoq.svg)](https://pkg.go.dev/github.com/acaloiaro/neoq) ![Matrix](https://img.shields.io/matrix/neoq%3Amatrix.org?link=https%3A%2F%2Fmatrix.to%2F%23%2F%2523neoq%3Amatrix.org) +[![Go Reference](https://pkg.go.dev/badge/github.com/acaloiaro/neoq.svg)](https://pkg.go.dev/github.com/acaloiaro/neoq) [Matrix Chat ](https://matrix.to/#/%23neoq:matrix.org) # Getting Started