From 70175bc578ad3ab3b380703a0dd9fcfd7dfddfd9 Mon Sep 17 00:00:00 2001 From: "[6~" <inform@tiker.net> Date: Thu, 2 Apr 2020 18:29:59 -0500 Subject: [PATCH] Fix Github actions CI badge in README --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c7123791..58fbdb0a 100644 --- a/README.rst +++ b/README.rst @@ -4,9 +4,9 @@ PyOpenCL: Pythonic Access to OpenCL, with Arrays and Algorithms .. image:: https://gitlab.tiker.net/inducer/pyopencl/badges/master/pipeline.svg :alt: Gitlab Build Status :target: https://gitlab.tiker.net/inducer/pyopencl/commits/master -.. image:: https://github.com/inducer/pyopencl/workflows/CI/badge.svg?branch=master +.. image:: https://github.com/inducer/pyopencl/workflows/CI/badge.svg?branch=master&event=push :alt: Github Build Status - :target: https://github.com/inducer/pyopencl/actions?query=branch%3Amaster+workflow%3ACI + :target: https://github.com/inducer/pyopencl/actions?query=branch%3Amaster+workflow%3ACI+event%3Apush .. image:: https://badge.fury.io/py/pyopencl.png :alt: Python Package Index Release Page :target: https://pypi.org/project/pyopencl/ -- GitLab