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:
|
||||
release:
|
||||
types: [published]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue