Skip to content

Commit

Permalink
fix: brew trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinRobert committed Mar 24, 2022
1 parent 17e9b9c commit 2c5c91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/brew-formula.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
update_homebrew:
runs-on: macos-10.15
if: ${{ github.event.workflow_run.event.action == 'published' }}
if: ${{ github.event.workflow_run.event == 'release' }}
steps:
- uses: actions/checkout@v2
- name: Update Homebrew formula
Expand Down

0 comments on commit 2c5c91b

Please sign in to comment.