From 13a6847478150c2263a96412353d20dc8cf390c5 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Fri, 13 Sep 2024 15:56:07 -0700 Subject: [PATCH] infra: codespell all prs, not by branch [v0.2] (#26475) --- .github/workflows/codespell.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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