mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-09 13:00:34 +00:00
infra: run codespell on v0.1 prs (#21545)
This commit is contained in:
parent
d3ca2cc8c3
commit
56c6b5868b
4
.github/workflows/codespell.yml
vendored
4
.github/workflows/codespell.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user