From 8a1fe5e93f63b88f3aeed0baf9264fd8e53c603f Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Wed, 25 Sep 2024 11:07:45 +0100 Subject: [PATCH] chore: Update testPullRequest.yml Include candidate-* branches in PR tests --- .github/workflows/testPullRequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testPullRequest.yml b/.github/workflows/testPullRequest.yml index c419eddc1b..8a08411eb7 100644 --- a/.github/workflows/testPullRequest.yml +++ b/.github/workflows/testPullRequest.yml @@ -4,7 +4,7 @@ on: push: branches: [trunk] pull_request: - branches: [trunk] + branches: [trunk,candidate-*] jobs: build: