diff --git a/.workflow/fetch.yml b/.workflow/fetch.yml index 465e36b..2874217 100644 --- a/.workflow/fetch.yml +++ b/.workflow/fetch.yml @@ -3,8 +3,12 @@ name: fetch displayName: fetch triggers: trigger: auto + push: + branches: + precise: + - main schedule: - - cron: '* 57 12 * * ? *' + - cron: '* 2 13 * * ? *' variables: global: - TOKEN @@ -32,4 +36,4 @@ stages: - git push -u origin main strategy: retry: '0' - timeout: 2 \ No newline at end of file + timeout: 2