Compare commits

...

1 Commits

Author SHA1 Message Date
Mason Daugherty
1f5a2e9858 ci: docs should build from v0.3 2025-10-02 17:07:52 -04:00
2 changed files with 2 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v5
with:
ref: v0.3
path: langchain
- uses: actions/checkout@v5
with:

View File

@@ -5,7 +5,7 @@ name: '📑 Integration Docs Lint'
on:
push:
branches: [master]
branches: [v0.3]
pull_request:
# If another push to the same PR or branch happens while this workflow is still running,