diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 32fc355ba..5fdf48059 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,7 +5,8 @@ on: - "*" tags-ignore: - "v*" - pull_request: + pull_request: {} + workflow_dispatch: {} env: CGO_ENABLED: "0" GO_VERSION: "1.21"