From 6b2dcd752880276bee6fd916481fd1194752083f Mon Sep 17 00:00:00 2001 From: Bruno Wozniak Date: Wed, 23 Jun 2021 22:30:32 +0200 Subject: [PATCH] Run release on tags --- .github/workflows/goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 7ef7af8..9438d87 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -3,6 +3,8 @@ name: goreleaser on: push: branches: [ main ] + tags: + - 'v*' pull_request: branches: [ main ]