Skip to content

Commit 09c8711

Browse files
authored
Change triggers to include workflow_dispatch
Updated workflow triggers for Claude Code Review.
1 parent c4844d3 commit 09c8711

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
name: Claude Code Review
22

33
on:
4-
pull_request:
5-
types: [opened, synchronize, ready_for_review, reopened]
6-
# Optional: Only run on specific file changes
7-
# paths:
8-
# - "src/**/*.ts"
9-
# - "src/**/*.tsx"
10-
# - "src/**/*.js"
11-
# - "src/**/*.jsx"
4+
workflow_dispatch:
125

136
jobs:
147
claude-review:

0 commit comments

Comments
 (0)