Fix homebrew update action to run on tag push

This commit is contained in:
Chris Apple 2024-02-29 18:02:05 -08:00
parent cf447a64aa
commit c2c705d381

View file

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