From fbf7aee0b9641d72820a4332839382a42a6fa08e Mon Sep 17 00:00:00 2001 From: Syed Mujtaba <42322958+mujtaba1747@users.noreply.github.com> Date: Wed, 12 Aug 2026 16:09:31 -0700 Subject: [PATCH] Update ai-code-review workflow to remove branch filter Removed branch restriction for pull request events. --- .github/workflows/ai-code-review.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ai-code-review.yml b/.github/workflows/ai-code-review.yml index f862456734..44e3cee4e4 100644 --- a/.github/workflows/ai-code-review.yml +++ b/.github/workflows/ai-code-review.yml @@ -12,8 +12,6 @@ name: AI Code Review (Claude on Bedrock) on: pull_request_target: types: [opened, synchronize, ready_for_review, reopened] - branches: - - "master" # Scope to the same product directories the other PR checks use, so pure # docs/example PRs don't trigger a model review. Remove this block to # review every PR.