diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index c46a64f5d..e74924cc4 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -16,4 +16,6 @@ jobs: - uses: pre-commit/action@v3.0.1 with: # extra_args: --from-ref origin/HEAD --to-ref HEAD - extra_args: --from-ref main --to-ref HEAD + # extra_args: --from-ref main --to-ref HEAD + # extra_args: --from-ref main + extra_args: --from-ref origin/main --to-ref HEAD