From dc0d2dc93c738d724360b31f816a00411b5826bb Mon Sep 17 00:00:00 2001
From: "[6~" <inform@tiker.net>
Date: Thu, 9 Apr 2020 15:09:58 -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 a6d3337f..d4ac8c50 100644
--- a/README.rst
+++ b/README.rst
@@ -4,9 +4,9 @@ meshmode: High-Order Meshes and Discontinuous Function Spaces
 .. image:: https://gitlab.tiker.net/inducer/meshmode/badges/master/pipeline.svg
     :alt: Gitlab Build Status
     :target: https://gitlab.tiker.net/inducer/meshmode/commits/master
-.. image:: https://github.com/inducer/meshmode/workflows/CI/badge.svg?branch=master
+.. image:: https://github.com/inducer/meshmode/workflows/CI/badge.svg?branch=master&event=push
     :alt: Github Build Status
-    :target: https://github.com/inducer/meshmode/actions?query=branch%3Amaster+workflow%3ACI
+    :target: https://github.com/inducer/meshmode/actions?query=branch%3Amaster+workflow%3ACI+event%3Apush
 .. image:: https://badge.fury.io/py/meshmode.png
     :alt: Python Package Index Release Page
     :target: https://pypi.org/project/meshmode/
-- 
GitLab