mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
ci: add workflow_dispatch (#1387)
This commit is contained in:
parent
6d978a911e
commit
459fc5fce3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -3,6 +3,7 @@ name: Test
|
|||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
GO111MODULE: on
|
||||
|
|
Loading…
Reference in a new issue