diff --git a/.gitea/workflows/autoupdate.yml b/.gitea/workflows/autoupdate.yml index d1a9bd3e..57c2f168 100644 --- a/.gitea/workflows/autoupdate.yml +++ b/.gitea/workflows/autoupdate.yml @@ -1,6 +1,10 @@ on: + branch: + - master + - v3 + - v4 schedule: - - cron: '* * * * *' + - cron: '* * * * 10' #- cron: '@hourly' jobs: