ci(homebrew): trigger workflow on tag push instead of release event
This commit is contained in:
4
.github/workflows/homebrew.yml
vendored
4
.github/workflows/homebrew.yml
vendored
@@ -1,8 +1,8 @@
|
||||
name: Bump Homebrew formula
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [ released ]
|
||||
push:
|
||||
tags: '*'
|
||||
|
||||
jobs:
|
||||
homebrew:
|
||||
|
||||
Reference in New Issue
Block a user