Skip to content

Commit 552f0be

Browse files
sbryngelsonclaude
andcommitted
Trigger CI on draft-to-ready PR conversion
Add ready_for_review to pull_request activity types so self-hosted tests run automatically when a PR is converted from draft to ready. Previously this required an empty commit or force-push to re-trigger. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4ff0bef commit 552f0be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [master]
66
pull_request:
7+
types: [opened, synchronize, reopened, ready_for_review]
78
workflow_dispatch:
89

910
concurrency:

0 commit comments

Comments
 (0)