Skip to content

Commit c56315b

Browse files
Fix workflow trigger for Homebrew formula update on tag push
Signed-off-by: andoriyaprashant <[email protected]>
1 parent ff915a9 commit c56315b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: release-pipeline
22
on:
3-
create:
3+
push:
44
tags:
55
- '**'
66

0 commit comments

Comments
 (0)