forked from mirror/cobra
ci: add workflow_dispatch (#1387)
This commit is contained in:
parent
6d978a911e
commit
459fc5fce3
|
@ -3,6 +3,7 @@ name: Test
|
|||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
GO111MODULE: on
|
||||
|
|
Loading…
Reference in New Issue