mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-27 17:08:47 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master, v0.1]
|
branches: [master, v0.1, v0.2]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master, v0.1]
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
Loading…
Reference in New Issue
Block a user