Skip to content

Commit 6ff2187

Browse files
authored
Update snake.yml
1 parent b787720 commit 6ff2187

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/snake.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Generate Snake
33
on:
44
schedule:
55
- cron: "0 */12 * * *" # Runs every 12 hours
6+
push:
7+
branches:
8+
- main # 添加 main 分支的 push 触发
69
workflow_dispatch:
710

811
jobs:

0 commit comments

Comments
 (0)