From 26a72fcac694b5349dc78f79dac96a7c429bdf08 Mon Sep 17 00:00:00 2001 From: Michael Broughton Date: Mon, 27 Jun 2022 11:15:16 -0700 Subject: [PATCH] Update readme CI badge to nightly ci status. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f0a47472576..42ab2515612 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ Cirq is a Python library for writing, manipulating, and optimizing quantum circuits and running them against quantum computers and simulators. -.. image:: https://github.com/quantumlib/Cirq/actions/workflows/ci.yml/badge.svg?event=push +.. image:: https://github.com/quantumlib/Cirq/actions/workflows/ci.yml/badge.svg?event=schedule :target: https://github.com/quantumlib/Cirq :alt: Build Status