From d3cf3941b72f3d74ede5cc297708b5b948e4b2f9 Mon Sep 17 00:00:00 2001 From: "[6~" Date: Thu, 9 Apr 2020 14:39:07 -0500 Subject: [PATCH] Fix Github CI badge in README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4aa93e088..324098363 100644 --- a/README.rst +++ b/README.rst @@ -4,9 +4,9 @@ Loopy: Transformation-Based Generation of High-Performance CPU/GPU Code .. image:: https://gitlab.tiker.net/inducer/loopy/badges/master/pipeline.svg :alt: Gitlab Build Status :target: https://gitlab.tiker.net/inducer/loopy/commits/master -.. image:: https://github.com/inducer/loopy/workflows/CI/badge.svg?branch=master +.. image:: https://github.com/inducer/loopy/workflows/CI/badge.svg?branch=master&event=push :alt: Github Build Status - :target: https://github.com/inducer/loopy/actions?query=branch%3Amaster+workflow%3ACI + :target: https://github.com/inducer/loopy/actions?query=branch%3Amaster+workflow%3ACI+event%3Apush .. image:: https://badge.fury.io/py/loo.py.png :alt: Python Package Index Release Page :target: https://pypi.org/project/loo.py/ -- GitLab