From f12b5fb63de0b5b3711cba8e49d35b53a894421c Mon Sep 17 00:00:00 2001 From: Alexander Terp Date: Sun, 8 Sep 2024 19:39:30 +1000 Subject: [PATCH] Iterate github homebrew bump action --- .github/workflows/homebrew.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index 4c60d0b..f97cb63 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -1,7 +1,8 @@ name: Update Homebrew Formula on: - release: - types: [published] + push: + tags: + - '*' jobs: homebrew: runs-on: macos-latest