Skip to content

Commit

Permalink
change homebrew release trigger (#2242)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
  • Loading branch information
wagoodman authored Oct 20, 2023
1 parent 8f6bdde commit 263be01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-homebrew.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: "Release Homebrew"

on:
workflow_dispatch:
release:
types: [published]
types:
- released

jobs:
homebrew:
Expand Down

0 comments on commit 263be01

Please sign in to comment.