diff --git a/.github/workflows/auto-update.yaml b/.github/workflows/auto-update.yaml index bdbdbcc26..dcfa7652e 100644 --- a/.github/workflows/auto-update.yaml +++ b/.github/workflows/auto-update.yaml @@ -1,11 +1,8 @@ name: Update pull request branches on: - push: - branches: - - main - - dev - pull_request: + schedule: + - cron: '0 */6 * * *' concurrency: group: ${{ github.workflow }}-${{ github.ref }}