mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 23:54:14 +00:00
infra: codespell all prs, not by branch [v0.2] (#26475)
This commit is contained in:
parent
064b891454
commit
13a6847478
3
.github/workflows/codespell.yml
vendored
3
.github/workflows/codespell.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user