Skip to content

Commit aaa58fd

Browse files
rjohnson2011claude
andcommitted
Restore pull_request workflow event types
- Added back specific PR event types to CI workflow - Now triggers on: opened, reopened, synchronize, ready_for_review, converted_to_draft, review_requested - This ensures CI runs when PRs change draft status or reviews are requested 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent adcf730 commit aaa58fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: CI
22

33
on:
44
pull_request:
5+
types: [opened, reopened, synchronize, ready_for_review, converted_to_draft, review_requested]
56
push:
67
branches: [ main ]
78

0 commit comments

Comments
 (0)