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
|
name: Community Stats
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# 定时任务
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 * * * *'
|
- cron: '0 * * * *'
|
||||||
# 推送时触发(用于测试任务分支)
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- feat/stats-history-and-refactor
|
|
||||||
# 手动触发
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user