fix: update feature branch pattern in benchmark workflow to support nested branches

This commit is contained in:
GitHub Actions
2026-02-17 00:04:33 +00:00
parent 70ae7d247f
commit 28f444de51

View File

@@ -5,7 +5,7 @@ on:
branches:
- main
- development
- feature/*
- feature/**
workflow_run:
workflows: ["Docker Build, Publish & Test"]
types: [completed]