From 56c6b5868b54754509934d18d9a43f510cb63121 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Fri, 10 May 2024 12:51:42 -0700 Subject: [PATCH] infra: run codespell on v0.1 prs (#21545) --- .github/workflows/codespell.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index d0f9db47bea..03b97fe0a73 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