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 <baunsga...@tugraz.at>
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`.
   
-![Build](https://github.com/apache/systemml/workflows/Build/badge.svg)
-![Documentation](https://github.com/apache/systemml/workflows/Documentation/badge.svg)
-![Component 
Test](https://github.com/apache/systemml/workflows/Component%20Test/badge.svg)
-![Application 
Test](https://github.com/apache/systemml/workflows/Application%20Test/badge.svg)
-![Function 
Test](https://github.com/apache/systemml/workflows/Function%20Test/badge.svg)
-![Python 
Test](https://github.com/apache/systemml/workflows/Python%20Test/badge.svg)
-![Federated Python 
Test](https://github.com/apache/systemml/workflows/Federated%20Python%20Test/badge.svg)
+[![Build](https://github.com/apache/systemml/workflows/Build/badge.svg?branch=master&event=push)](https://github.com/apache/systemml/actions?query=workflow%3A%22Build%22+branch%3Amaster+event%3Apush)
+[![Documentation](https://github.com/apache/systemml/workflows/Documentation/badge.svg?branch=master&event=push)](https://github.com/apache/systemml/actions?query=workflow%3ADocumentation+branch%3Amaster+event%3Apush)
+[![Component 
Test](https://github.com/apache/systemml/workflows/Component%20Test/badge.svg?branch=master&event=push)](https://github.com/apache/systemml/actions?query=workflow%3A%22Component+Test%22+branch%3Amaster+event%3Apush)
+[![Application 
Test](https://github.com/apache/systemml/workflows/Application%20Test/badge.svg?branch=master&event=push)](https://github.com/apache/systemml/actions?query=workflow%3A%22Application+Test%22+branch%3Amaster+event%3Apush)
+[![Function 
Test](https://github.com/apache/systemml/workflows/Function%20Test/badge.svg?branch=master&event=push)](https://github.com/apache/systemml/actions?query=workflow%3A%22Function+Test%22+branch%3Amaster+event%3Apush)
+[![Python 
Test](https://github.com/apache/systemml/workflows/Python%20Test/badge.svg?branch=master&event=push)](https://github.com/apache/systemml/actions?query=workflow%3A%22Python+Test%22+branch%3Amaster+event%3Apush)
+[![Federated Python 
Test](https://github.com/apache/systemml/workflows/Federated%20Python%20Test/badge.svg?branch=master&event=push)](https://github.com/apache/systemml/actions?query=workflow%3A%22Federated+Python+Test%22+branch%3Amaster+event%3Apush)

Reply via email to