mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 15:26:16 -04:00
Fix homebrew update action to run on tag push
This commit is contained in:
parent
cf447a64aa
commit
c2c705d381
8
.github/workflows/brew.yaml
vendored
8
.github/workflows/brew.yaml
vendored
|
|
@ -1,11 +1,9 @@
|
|||
name: Homebrew
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows:
|
||||
- "Release"
|
||||
types:
|
||||
- completed
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
brew:
|
||||
|
|
|
|||
Loading…
Reference in a new issue