From 3be2281483433e718db8991bb567702c697e968d Mon Sep 17 00:00:00 2001 From: Thomas Payet Date: Mon, 25 Nov 2019 18:14:21 +0100 Subject: [PATCH] Update workflows README --- .github/workflows/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/README.md b/.github/workflows/README.md index 71d046348..cc91735fb 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -8,6 +8,4 @@ - On each pull request, we are triggering `cargo test`. - On each commit on master, we are building the latest docker image. - -## TODO -- On each tag, we should build the tagged docker image and the binaries for Debian & CentOS +- On each tag, we are building the tagged docker image and the binaries for MacOS & Ubuntu.