From 469def95d24ceaa3d5648697a47565983068767f Mon Sep 17 00:00:00 2001 From: adminroot Date: Tue, 16 Dec 2025 09:04:18 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/app=5Fupd?= =?UTF-8?q?ate.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/app_update.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/app_update.yml b/.gitea/workflows/app_update.yml index a3d9afb..e19fed8 100644 --- a/.gitea/workflows/app_update.yml +++ b/.gitea/workflows/app_update.yml @@ -3,6 +3,11 @@ on: schedule: - cron: '0 23 * * *' # 每天北京时间早上7点执行 workflow_dispatch: # 允许手动触发 + push: + branches: + - main + paths: + - 'Dockerfile' jobs: update-rules: