mirror of
https://github.com/hwchase17/langchain
synced 2024-11-16 06:13:16 +00:00
Require manually triggering release workflows. (#9552)
This commit is contained in:
parent
973866c894
commit
249752e8ee
@ -2,11 +2,6 @@
|
||||
name: libs/experimental Release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'libs/experimental/pyproject.toml'
|
||||
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
|
||||
|
||||
jobs:
|
||||
|
5
.github/workflows/langchain_release.yml
vendored
5
.github/workflows/langchain_release.yml
vendored
@ -2,11 +2,6 @@
|
||||
name: libs/langchain Release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'libs/langchain/pyproject.toml'
|
||||
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user