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