Skip to content

Commit fc192a1

Browse files
committed
Add manual trigger to github action
1 parent e53881b commit fc192a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- main
77
pull_request:
88
types: [opened, synchronize]
9+
workflow_dispatch:
10+
911

1012
jobs:
1113
unit-test:

0 commit comments

Comments
 (0)