From 27c8365267a8405f3bacb36b0306272f8ca418f7 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 16 Feb 2026 22:33:17 +0000 Subject: [PATCH] fix: add pull request trigger for main and development branches in benchmark workflow --- .github/workflows/benchmark.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index e8b41623..6c2aa842 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -1,6 +1,10 @@ name: Go Benchmark on: + pull_request: + branches: + - main + - development workflow_run: workflows: ["Docker Build, Publish & Test"] types: [completed]