1
0
Fork 0
mirror of https://github.com/spf13/cobra synced 2025-04-23 15:17:19 +00:00

ci: add workflow_dispatch ()

This commit is contained in:
Unai Martinez-Corral 2022-09-16 22:23:19 +02:00 committed by GitHub
parent 6d978a911e
commit 459fc5fce3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@ name: Test
on:
push:
pull_request:
workflow_dispatch:
env:
GO111MODULE: on