From 73a5b3dd98de297fd7090b22eb55067c34fe3877 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Fri, 10 May 2024 13:57:27 -0700 Subject: [PATCH] infra: codespell in v1 (#21547) --- .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 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