Skip to content

Commit a3414ff

Browse files
authored
Update go-release-build.yml
Allows to run it manually
1 parent 0a673d9 commit a3414ff

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
name: build
22

3+
env:
4+
GO111MODULE: off
5+
36
on:
47
push:
58
branches:
69
- 'master'
710
tags:
811
- 'v*'
912

10-
env:
11-
GO111MODULE: off
13+
# Allows you to run this workflow manually from the Actions tab
14+
workflow_dispatch:
1215

1316
jobs:
1417
build:

0 commit comments

Comments
 (0)