From 28f444de5168e17aedb35fdcb7b79e8d2261bcdc Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 17 Feb 2026 00:04:33 +0000 Subject: [PATCH] fix: update feature branch pattern in benchmark workflow to support nested branches --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 8e2d89cd..2553bd5f 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -5,7 +5,7 @@ on: branches: - main - development - - feature/* + - feature/** workflow_run: workflows: ["Docker Build, Publish & Test"] types: [completed]