fix: add pull request trigger for main and development branches in benchmark workflow

This commit is contained in:
GitHub Actions
2026-02-16 22:33:17 +00:00
parent a4e8686f26
commit 27c8365267

View File

@@ -1,6 +1,10 @@
name: Go Benchmark
on:
pull_request:
branches:
- main
- development
workflow_run:
workflows: ["Docker Build, Publish & Test"]
types: [completed]