diff --git a/.gitea/workflows/autoupdate.yml b/.gitea/workflows/autoupdate.yml index d1a9bd3e..e36d15b4 100644 --- a/.gitea/workflows/autoupdate.yml +++ b/.gitea/workflows/autoupdate.yml @@ -1,4 +1,8 @@ on: + branch: + - master + - v3 + - v4 schedule: - cron: '* * * * *' #- cron: '@hourly'