diff --git a/.github/workflows/prek_autoupdate.yml b/.github/workflows/prek_autoupdate.yml index 8044fa4..017ffe3 100644 --- a/.github/workflows/prek_autoupdate.yml +++ b/.github/workflows/prek_autoupdate.yml @@ -2,7 +2,10 @@ name: prek Autoupdate on: schedule: - - cron: '19 6 * * *' + - cron: '0 4 * * *' + push: + branches: + - main workflow_dispatch: jobs: @@ -11,10 +14,5 @@ jobs: permissions: contents: write pull-requests: write - actions: write with: update-day: "6" - dispatch-workflows: | - docs.yml - linters.yml - pytest_coverage.yml