mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-02 19:40:52 +02:00
Merge #3100
3100: Add a dispatch to the publish binaries workflow r=Kerollmops a=curquiza Add `worklfow_dispatch` event to publish binaries workflow to allow the manually trigger Co-authored-by: Kerollmops <clement@meilisearch.com>
This commit is contained in:
commit
f509d81ec9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish-binaries.yml
vendored
1
.github/workflows/publish-binaries.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 2 * * *' # Every day at 2:00am
|
||||
release:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue