From 504a271f9d9f943424583631e5c1d61a3eedce6f Mon Sep 17 00:00:00 2001 From: Chris McGee Date: Fri, 14 Nov 2025 08:37:54 -0500 Subject: [PATCH] Add release branches to the pull request checks --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index b672de8c..16d764b3 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -4,7 +4,7 @@ on: pull_request: types: [opened, reopened, synchronize] push: - branches: [main] + branches: [main, 'release/*'] jobs: soundness: