更新 .gitea/workflows/app_update.yml

This commit is contained in:
2025-12-16 09:06:21 +00:00
parent 469def95d2
commit 124b031291

View File

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