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