diff --git a/.github/workflows/pre-commit_autoupdate.yaml b/.github/workflow/autoupdate.yaml similarity index 88% rename from .github/workflows/pre-commit_autoupdate.yaml rename to .github/workflow/autoupdate.yaml index b76cead5..d096db2f 100644 --- a/.github/workflows/pre-commit_autoupdate.yaml +++ b/.github/workflow/autoupdate.yaml @@ -1,6 +1,10 @@ -name: Pre-Commit Auto-Update +name: Auto-Update -on: pull_request +on: + push: + branches: + - main + jobs: auto-update: runs-on: ubuntu-20.04 @@ -16,3 +20,6 @@ jobs: title: "Chore: Update Pre-Commit Hooks" commit-message: "chore: update pre-commit hooks" body: Update versions of pre-commit hooks to latest version. + + +