infra: run codespell on v0.1 prs (#21545)

This commit is contained in:
Erick Friis 2024-05-10 12:51:42 -07:00 committed by GitHub
parent d3ca2cc8c3
commit 56c6b5868b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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