diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7aeec960..541c5f68 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,3 +1,4 @@ + name: CI on: workflow_dispatch: @@ -6,6 +7,6 @@ on: type: choice description: Make a choice options: - - foo - - bar - - baz + - test + - avc +