Skip to content

Commit 774f0b7

Browse files
committed
dev: run claude review on manually
1 parent 389a388 commit 774f0b7

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

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

33
on:
4-
pull_request:
5-
types: [opened, synchronize]
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
5+
# pull_request:
6+
# types: [opened, synchronize]
7+
# Optional: Only run on specific file changes
8+
# paths:
9+
# - "src/**/*.ts"
10+
# - "src/**/*.tsx"
11+
# - "src/**/*.js"
12+
# - "src/**/*.jsx"
1213

1314
jobs:
1415
claude-review:

0 commit comments

Comments
 (0)