Fix homebrew update action to run on tag push (#356)

This commit is contained in:
Chris Apple 2024-03-01 06:38:56 -08:00 committed by GitHub
parent 07f7e4350b
commit 7439d546c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +1,9 @@
name: Homebrew
on:
workflow_run:
workflows:
- "Release"
types:
- completed
push:
tags:
- '*'
jobs:
brew: