Skip to content

Commit 80fee27

Browse files
authored
chore(ci): allow manual homebrew runs (#23835)
1 parent 8387b5e commit 80fee27

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/publish-homebrew.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
name: Publish to Homebrew
22

33
on:
4+
workflow_dispatch:
5+
inputs:
6+
git_ref:
7+
description: "Git ref (branch, tag, or SHA) to check out"
8+
required: true
9+
type: string
10+
vector_version:
11+
description: "Vector version to publish"
12+
required: true
13+
type: string
14+
415
workflow_call:
516
inputs:
617
git_ref:

0 commit comments

Comments
 (0)