更新 .gitea/workflows/app_update.yml

This commit is contained in:
2025-12-16 09:04:18 +00:00
parent d3c938e3bb
commit 469def95d2

View File

@@ -3,6 +3,11 @@ on:
schedule: schedule:
- cron: '0 23 * * *' # 每天北京时间早上7点执行 - cron: '0 23 * * *' # 每天北京时间早上7点执行
workflow_dispatch: # 允许手动触发 workflow_dispatch: # 允许手动触发
push:
branches:
- main
paths:
- 'Dockerfile'
jobs: jobs:
update-rules: update-rules: