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