mirror of
https://github.com/spf13/cobra
synced 2025-05-05 04:47:22 +00:00
ci: add workflow_dispatch
This commit is contained in:
parent
d689184a42
commit
39162952de
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:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO111MODULE: on
|
GO111MODULE: on
|
||||||
|
|
Loading…
Add table
Reference in a new issue