Skip to content

Commit 1a77ffa

Browse files
bdougieContinue
andcommitted
feat: add synchronize trigger to continue-general-review workflow
Added `synchronize` to pull_request event types so the workflow runs on every push to the PR, not just when opened or marked ready. This enables testing of the GitHub App authentication feature. Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]>
1 parent 77b4c8c commit 1a77ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continue-general-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
pull_request:
8-
types: [opened, ready_for_review]
8+
types: [opened, ready_for_review, synchronize]
99
issue_comment:
1010
types: [created]
1111

0 commit comments

Comments
 (0)