From c2c705d3817624bbcd6cd701618663197cb80547 Mon Sep 17 00:00:00 2001 From: Chris Apple <14171107+cjappl@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:02:05 -0800 Subject: [PATCH] Fix homebrew update action to run on tag push --- .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: