From 8bd34b293e27aa0aee3409c58bd8b745c53db653 Mon Sep 17 00:00:00 2001 From: Matt Spurrier Date: Sat, 30 Mar 2024 22:38:09 +0800 Subject: [PATCH] remove pull-requests from release triggers, only trigger on tags. (#25) --- .github/workflows/release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7eda933..49dd14d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,7 +1,6 @@ name: goreleaser on: - pull_request: push: # run only against tags tags: @@ -37,4 +36,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution - # GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} \ No newline at end of file + # GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}