From 7439d546c35de9153af23091bd2e6a0aa1b4de7a Mon Sep 17 00:00:00 2001 From: Chris Apple <14171107+cjappl@users.noreply.github.com> Date: Fri, 1 Mar 2024 06:38:56 -0800 Subject: [PATCH] Fix homebrew update action to run on tag push (#356) --- .github/workflows/brew.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/brew.yaml b/.github/workflows/brew.yaml index 7530133..bbe6f3b 100644 --- a/.github/workflows/brew.yaml +++ b/.github/workflows/brew.yaml @@ -1,11 +1,9 @@ name: Homebrew on: - workflow_run: - workflows: - - "Release" - types: - - completed + push: + tags: + - '*' jobs: brew: