From b78e895f04c2b37b541972e2f72329b81e5f5cbe Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 16 May 2022 23:34:22 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Don't=20build=20when=20doing=20a?= =?UTF-8?q?=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index fb0d57f..f08d8e1 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -1,6 +1,10 @@ name: Go build and test -on: [push, pull_request] +on: + push: + tags-ignore: ["v*"] + pull_request: + branches: ["main"] jobs: build: