diff --git a/.github/workflows/autoupdate-branch.yml b/.github/workflows/autoupdate-branch.yml index 331f2a0083f1..124583fc475a 100644 --- a/.github/workflows/autoupdate-branch.yml +++ b/.github/workflows/autoupdate-branch.yml @@ -3,6 +3,8 @@ on: push: branches: - main + schedule: + - cron: '*/30 * * * *' # every 30 minutes jobs: autoupdate: name: autoupdate