Add workflow dispatch to build-publish-slim
This commit is contained in:
parent
b8a56f85a5
commit
4d64389052
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-publish-slim.yml
vendored
1
.github/workflows/build-publish-slim.yml
vendored
|
|
@ -2,6 +2,7 @@ name: Build & publish haiku.rag-slim to pypi
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue