From 2db9553ca3397e533d5c8c48ae47e7bac0399429 Mon Sep 17 00:00:00 2001 From: Gregor G <75445744+sideninja@users.noreply.github.com> Date: Mon, 19 Dec 2022 10:53:10 +0100 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 205eb62..888629c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -2,7 +2,7 @@ name: Publish Release on: release: - types: [created, published, edited] + types: [created] jobs: homebrew: if: "!github.event.release.prerelease"