ci: add workflow_dispatch trigger to CI workflow
Some checks failed
CI / Test (push) Failing after 32s
CI / Lint (push) Failing after 29s
CI / Benchmark (push) Failing after 38s

This commit is contained in:
Kevin McIntyre
2026-02-10 13:08:02 -05:00
parent 394dcddfd6
commit 4dfeb64364

View File

@@ -5,6 +5,7 @@ on:
branches: [main] branches: [main]
pull_request: pull_request:
branches: [main] branches: [main]
workflow_dispatch:
env: env:
GO_VERSION: "1.24" GO_VERSION: "1.24"