From 82fb74a222cf6f9026549d2ea179651ca4bf9172 Mon Sep 17 00:00:00 2001 From: Travis Raines <571832+rainest@users.noreply.github.com> Date: Thu, 28 Mar 2024 13:47:52 -0700 Subject: [PATCH] chore: test on PRs to release branches --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a74278d6..b254fe08 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -10,6 +10,7 @@ on: pull_request: branches: - 'main' + - 'release/[0-9]+.[0-9]+.x' push: branches: - 'main'