ci: remove push trigger for merged feature branch

This commit is contained in:
fujie
2026-02-11 14:15:58 +08:00
parent 015c22063a
commit e1f70d52a5

View File

@@ -8,14 +8,8 @@
name: Community Stats name: Community Stats
on: on:
# 定时任务
schedule: schedule:
- cron: '0 * * * *' - cron: '0 * * * *'
# 推送时触发(用于测试任务分支)
push:
branches:
- feat/stats-history-and-refactor
# 手动触发
workflow_dispatch: workflow_dispatch:
permissions: permissions: