mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-02-09 03:53:27 +01: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:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 2 * * *' # Every day at 2:00am
|
- cron: '0 2 * * *' # Every day at 2:00am
|
||||||
release:
|
release:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user