Skip to content

Commit 1e9915b

Browse files
committed
Update rebase upstream dev action file
1 parent 16bc8a8 commit 1e9915b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/rebase-upstream-dev.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: Rebase dev onto Upstream
22

33
on:
4+
push:
5+
branches:
6+
- dev
47
schedule:
5-
- cron: '0 2 * * *' # 每天凌晨 2 点自动执行
6-
workflow_dispatch: # 支持手动触发
8+
- cron: '0 2,14 * * *' # 每天 2:00 和 14:00 UTC 自动执行
9+
workflow_dispatch: # 支持手动触发
710

811
jobs:
912
rebase:

0 commit comments

Comments
 (0)