更新 .gitea/workflows/sync_and_build.yml

This commit is contained in:
2025-11-02 08:24:03 -08:00
parent 21e364881d
commit 7234d0b735

View File

@@ -2,7 +2,7 @@ name: Build SOCKS Docker Image
on: on:
schedule: schedule:
- cron: '0 2 * * *' # 每日2:00执行构建 - cron: '0 19 * * *' # 每日3:00执行构建
push: push:
branches: branches:
- main - main