Skip to content

Commit 00d589c

Browse files
committed
- [#] Allow run workflow manually
1 parent c1d9459 commit 00d589c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/go-release-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
tags:
88
- 'v*'
99

10+
# Allows you to run this workflow manually from the Actions tab
11+
workflow_dispatch:
12+
1013
env:
1114
GO111MODULE: off
1215

0 commit comments

Comments
 (0)