Skip to content

Commit 3b9253f

Browse files
committed
test: temporarily add pull_request trigger to bot workflows
1 parent cd2a374 commit 3b9253f

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/gemini-cli-bot-brain.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: '🧠 Gemini CLI Bot: Brain'
22

33
on:
4+
pull_request:
5+
branches:
6+
- 'main'
47
schedule:
58
- cron: '0 0 * * *' # Every 24 hours
69
workflow_dispatch:

.github/workflows/gemini-cli-bot-pulse.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: '🔄 Gemini CLI Bot: Pulse'
22

33
on:
4+
pull_request:
5+
branches:
6+
- 'main'
47
schedule:
58
- cron: '*/30 * * * *' # Every 30 minutes
69
workflow_dispatch:

0 commit comments

Comments
 (0)