Require manually triggering release workflows. (#9552)

pull/9524/head
Predrag Gruevski 1 year ago committed by GitHub
parent 973866c894
commit 249752e8ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

@ -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…
Cancel
Save