Skip to content

Commit 10171d7

Browse files
authored
Rename workflow and allow dispatching manually.
1 parent b88170e commit 10171d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
name: Go
1+
name: Go Build, Vet, Test
22

33
on:
44
push:
55
branches: [ master ]
66
pull_request:
77
branches: [ master ]
8+
workflow_dispatch:
89

910
jobs:
1011
build_vet_test:

0 commit comments

Comments
 (0)