From ec2ca79a8081b22a621e3f9dd0236b69dce989e1 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 4 May 2026 14:51:11 -0400 Subject: [PATCH] build: Test on the head of the release branches. Purposefully not adding the older releases here but for any new releases we should test on the branch once PRs are merged to make sure there are no regressions that were missed by weird merge timing. --- .github/workflows/unit-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 2d94a818ef6f..777af3491eb6 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -8,6 +8,7 @@ on: push: branches: - master + - release/* concurrency: # We only need to be running tests for the latest commit on each PR