This is an automated email from the ASF dual-hosted git repository. mboehm7 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/systemml.git
The following commit(s) were added to refs/heads/master by this push:
new 9377496 [MINOR] Fix readme badges with links to master branch
9377496 is described below
commit 937749621bf4d79238f52b0baae4d3308a9318fd
Author: Sebastian <[email protected]>
AuthorDate: Wed Apr 29 23:24:10 2020 +0200
[MINOR] Fix readme badges with links to master branch
- Fix badges to only reflect status on push to master branch
- Make badges link to the tests conducted.
Closes #903.
---
README.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 49a7eb2..117b02a 100644
--- a/README.md
+++ b/README.md
@@ -40,10 +40,10 @@ programs over matrices, while replacing the underlying data
model and compiler,
supported functionalities. Until the first release, you can build your own
snapshot via Apache Maven:
`mvn clean package -P distribution`.
-
-
-
-
-
-
-
+[](https://github.com/apache/systemml/actions?query=workflow%3A%22Build%22+branch%3Amaster+event%3Apush)
+[](https://github.com/apache/systemml/actions?query=workflow%3ADocumentation+branch%3Amaster+event%3Apush)
+[](https://github.com/apache/systemml/actions?query=workflow%3A%22Component+Test%22+branch%3Amaster+event%3Apush)
+[](https://github.com/apache/systemml/actions?query=workflow%3A%22Application+Test%22+branch%3Amaster+event%3Apush)
+[](https://github.com/apache/systemml/actions?query=workflow%3A%22Function+Test%22+branch%3Amaster+event%3Apush)
+[](https://github.com/apache/systemml/actions?query=workflow%3A%22Python+Test%22+branch%3Amaster+event%3Apush)
+[](https://github.com/apache/systemml/actions?query=workflow%3A%22Federated+Python+Test%22+branch%3Amaster+event%3Apush)
