Skip to content

Commit

Permalink
infra: run codespell on v0.1 prs (#21545)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored May 10, 2024
1 parent d3ca2cc commit 56c6b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56c6b58

Please sign in to comment.