diff --git a/.github/workflows/update-homebrew.yml b/.github/workflows/update-homebrew.yml index 64bacb775..7bf2995f8 100644 --- a/.github/workflows/update-homebrew.yml +++ b/.github/workflows/update-homebrew.yml @@ -7,7 +7,7 @@ on: jobs: update-homebrew-formula: runs-on: ubuntu-latest - if: ${{ github.event.action == 'released' }} +# if: ${{ github.event.action == 'released' }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: