mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08: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
.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…
Reference in New Issue
Block a user