Skip to content

Commit

Permalink
Fix homebrew update action to run on tag push (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjappl authored Mar 1, 2024
1 parent 07f7e43 commit 7439d54
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/brew.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Homebrew

on:
workflow_run:
workflows:
- "Release"
types:
- completed
push:
tags:
- '*'

jobs:
brew:
Expand Down

0 comments on commit 7439d54

Please sign in to comment.