Skip to content

Commit 6bb3c41

Browse files
committed
ci(main-review-companion): trigger on push
Except Dependabot merges.
1 parent d723508 commit 6bb3c41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main-review-companion.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ name: Main Review Companion
33
on:
44
schedule:
55
- cron: "0 0 * * *"
6+
push:
7+
branches:
8+
- main
69

710
workflow_dispatch:
811

912
jobs:
1013
deploy:
14+
if: github.event_name == 'schedule' || github.actor != 'dependabot[bot]'
1115
uses: ./.github/workflows/_deploy.yml
1216
secrets: inherit
1317
with:

0 commit comments

Comments
 (0)