From ed125b65197904f62d766c59fb1d4ba7cbce163e Mon Sep 17 00:00:00 2001 From: Jeffrey Chien Date: Fri, 27 Feb 2026 23:16:11 +0000 Subject: [PATCH] Allow feature/** branches to trigger PR build/test. --- .github/workflows/PR-build.yml | 1 + .github/workflows/PR-test.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/PR-build.yml b/.github/workflows/PR-build.yml index 9a89c0db3d..b853594033 100644 --- a/.github/workflows/PR-build.yml +++ b/.github/workflows/PR-build.yml @@ -8,6 +8,7 @@ on: branches: - main* - feature* + - feature/** types: - opened - synchronize diff --git a/.github/workflows/PR-test.yml b/.github/workflows/PR-test.yml index 742e9870f2..3cf21ab8ee 100644 --- a/.github/workflows/PR-test.yml +++ b/.github/workflows/PR-test.yml @@ -21,6 +21,7 @@ on: branches: - main* - feature* + - feature/** types: - opened - synchronize