From 0bd20ba81b8d96377f39d984e2224044ab8d4bd5 Mon Sep 17 00:00:00 2001 From: dream <13432095+dream-deve@user.noreply.gitee.com> Date: Mon, 19 May 2025 05:07:26 +0000 Subject: [PATCH] update fetch.yml --- .workflow/fetch.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.workflow/fetch.yml b/.workflow/fetch.yml index bc18462..c2e1e02 100644 --- a/.workflow/fetch.yml +++ b/.workflow/fetch.yml @@ -3,8 +3,12 @@ name: fetch displayName: fetch triggers: trigger: auto + push: + branches: + exclude: + - main schedule: - - cron: '* 6 13 * * ? *' + - cron: '* 8 13 * * ? *' variables: global: - TOKEN