From 2cf9fc45c50d22b35f8ee05dd2fe77ef610b70ec Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Thu, 17 Jul 2025 19:20:05 +0000 Subject: [PATCH] [Github] Run code formatter job in release branch This patch makes it so that the code formatting job will run in the release branch. Per the request of tru@ (the current release manager). --- .github/workflows/pr-code-format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-code-format.yml b/.github/workflows/pr-code-format.yml index 70bcaafbd0cf3..d438654d093b0 100644 --- a/.github/workflows/pr-code-format.yml +++ b/.github/workflows/pr-code-format.yml @@ -8,6 +8,7 @@ on: branches: - main - 'users/**' + - 'release/**' jobs: code_formatter: