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]
pull_request:
branches: [main]
workflow_dispatch:
env:
GO_VERSION: "1.24"