manual deploys
This commit is contained in:
parent
918ed6ee54
commit
ffcc100dc9
2 changed files with 2 additions and 0 deletions
1
.github/workflows/publish-sdk-python.yml
vendored
1
.github/workflows/publish-sdk-python.yml
vendored
|
|
@ -6,6 +6,7 @@ on:
|
|||
- main
|
||||
paths:
|
||||
- 'sdks/python/pyproject.toml'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
|
|
|||
1
.github/workflows/publish-sdk-typescript.yml
vendored
1
.github/workflows/publish-sdk-typescript.yml
vendored
|
|
@ -6,6 +6,7 @@ on:
|
|||
- main
|
||||
paths:
|
||||
- 'sdks/typescript/package.json'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue