We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b787720 commit 6ff2187Copy full SHA for 6ff2187
1 file changed
.github/workflows/snake.yml
@@ -3,6 +3,9 @@ name: Generate Snake
3
on:
4
schedule:
5
- cron: "0 */12 * * *" # Runs every 12 hours
6
+ push:
7
+ branches:
8
+ - main # 添加 main 分支的 push 触发
9
workflow_dispatch:
10
11
jobs:
0 commit comments