mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00:00
change homebrew release trigger (#2242)
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
This commit is contained in:
parent
8f6bdde666
commit
263be01faa
1 changed files with 3 additions and 1 deletions
4
.github/workflows/release-homebrew.yaml
vendored
4
.github/workflows/release-homebrew.yaml
vendored
|
@ -1,8 +1,10 @@
|
|||
name: "Release Homebrew"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [published]
|
||||
types:
|
||||
- released
|
||||
|
||||
jobs:
|
||||
homebrew:
|
||||
|
|
Loading…
Reference in a new issue