diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index d0f9db47beabe2..03b97fe0a73154 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -3,9 +3,9 @@ name: CI / cd . / make spell_check on: push: - branches: [master] + branches: [master, v0.1] pull_request: - branches: [master] + branches: [master, v0.1] permissions: contents: read