Skip to content

Commit 99ed499

Browse files
bdougieContinue
andcommitted
fix: remove push trigger from continue-general-review workflow
Removed the `push` trigger to `main` branch as this workflow is specifically for PR reviews and should only run on pull_request and issue_comment events. Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]>
1 parent 1a77ffa commit 99ed499

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Continue General Review
22

33
on:
4-
push:
5-
branches:
6-
- main
74
pull_request:
85
types: [opened, ready_for_review, synchronize]
96
issue_comment:

0 commit comments

Comments
 (0)