diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 743483e..f46ed0a 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -1,6 +1,8 @@ name: Claude Code Review on: + pull_request: + types: [opened, synchronize, ready_for_review, reopened] pull_request_target: types: [opened, synchronize, ready_for_review, reopened] # Optional: Only run on specific file changes