diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 777a4d7f..874ee179 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -1,5 +1,8 @@ name: Codespell on: + push: + branches: + - '**' pull_request: types: [opened, synchronize, reopened, ready_for_review]