From 0eaccf53ed2d9c442e722de8790525e52a00b3bd Mon Sep 17 00:00:00 2001 From: Lee Moody Date: Thu, 14 Nov 2024 09:20:37 +0000 Subject: [PATCH] chore: Run component tests when a PR is opened against the 2025-release branch (#1870) --- .github/workflows/test.yml | 2 +- templates/test-workflow.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ac396f824..653eb19499 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ concurrency: on: pull_request: - branches: [ main ] + branches: [ main, 2025-release] jobs: changes: diff --git a/templates/test-workflow.yml b/templates/test-workflow.yml index d0bd6e0bbb..74ffd77532 100644 --- a/templates/test-workflow.yml +++ b/templates/test-workflow.yml @@ -6,7 +6,7 @@ concurrency: on: pull_request: - branches: [ main ] + branches: [ main, 2025-release] jobs: changes: