Skip to content

Commit 5d79ecf

Browse files
committed
chore(workflow): add workflow_dispatch in build.yml
Longhorn 10701 Signed-off-by: Derek Su <[email protected]>
1 parent 5bed33f commit 5d79ecf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
tags:
88
- v*
99
pull_request:
10+
11+
workflow_dispatch:
12+
1013
jobs:
1114
build:
1215
name: Build binaries

0 commit comments

Comments
 (0)