We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d9459 commit 00d589cCopy full SHA for 00d589c
1 file changed
.github/workflows/go-release-build.yml
@@ -7,6 +7,9 @@ on:
7
tags:
8
- 'v*'
9
10
+ # Allows you to run this workflow manually from the Actions tab
11
+ workflow_dispatch:
12
+
13
env:
14
GO111MODULE: off
15
0 commit comments