ci: remove push trigger for merged feature branch
This commit is contained in:
6
.github/workflows/community-stats.yml
vendored
6
.github/workflows/community-stats.yml
vendored
@@ -8,14 +8,8 @@
|
||||
name: Community Stats
|
||||
|
||||
on:
|
||||
# 定时任务
|
||||
schedule:
|
||||
- cron: '0 * * * *'
|
||||
# 推送时触发(用于测试任务分支)
|
||||
push:
|
||||
branches:
|
||||
- feat/stats-history-and-refactor
|
||||
# 手动触发
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user