langchain/.github/workflows/langchain_experimental_release.yml

20 lines
383 B
YAML
Raw Normal View History

---
name: libs/experimental Release
on:
pull_request:
types:
- closed
branches:
- master
paths:
- 'libs/experimental/pyproject.toml'
2023-07-21 20:54:57 +00:00
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
jobs:
release:
uses:
./.github/workflows/_release.yml
with:
working-directory: libs/experimental
secrets: inherit