From 5546c9d87271b09874119a3c3aa5133a9391df0d Mon Sep 17 00:00:00 2001 From: Luis Pater Date: Tue, 7 Oct 2025 23:06:47 +0800 Subject: [PATCH] ci(homebrew): trigger workflow on tag push instead of release event --- .github/workflows/homebrew.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index 18620851..5b2c6eff 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -1,8 +1,8 @@ name: Bump Homebrew formula on: - release: - types: [ released ] + push: + tags: '*' jobs: homebrew: