meilisearch/.github/workflows/README.md

12 lines
382 B
Markdown
Raw Normal View History

# GitHub actions workflow for MeiliDB
> **Note:**
> - We do not use [cache](https://github.com/actions/cache) yet but we could use it to speed up CI
## Workflow
- On each pull request, we are triggering `cargo test`.
- On each commit on master, we are building the latest docker image.
2019-11-26 01:14:21 +08:00
- On each tag, we are building the tagged docker image and the binaries for MacOS & Ubuntu.