From 7d6b61b81a6c03f399b731296b4362cc4ff420df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= Date: Sat, 5 Dec 2020 15:14:14 +0400 Subject: [PATCH] ci: goreleaser workflow --- .github/workflows/goreleaser.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 445db671..089965c7 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -1,12 +1,6 @@ name: goreleaser -on: - push: - branches: - - master - pull_request: - branches: - - master +on: [push] jobs: goreleaser: