From 0a8bba945d01117eb7dfdabf2259453333885a32 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 462b45d7..a5a64e6c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -7,7 +7,7 @@ on: pull_request: types: [opened, reopened, synchronize] push: - branches: [main] + branches: [main, 'release/*'] jobs: soundness: