diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 05e5593f..e9222f63 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -1,6 +1,9 @@ name: Codespell on: + push: + branches: + - '**' pull_request: types: [opened, synchronize, reopened, ready_for_review]