From 1c4aca0425cae40ae2dadb6fbbeb33a09cbfa95d Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Fri, 12 Mar 2021 14:30:34 +0100 Subject: [PATCH] Update the branch filter for the CI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0db59d9e33..304f518a58 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Jupyter Server -[![Build Status](https://github.com/jupyter/jupyter_server/workflows/CI/badge.svg?branch=master)](https://github.com/jupyter/jupyter_server/actions) +[![Build Status](https://github.com/jupyter/jupyter_server/workflows/CI/badge.svg?query=branch%3Amaster++)](https://github.com/jupyter-server/jupyter_server/actions?query=branch%3Amaster++) [![Documentation Status](https://readthedocs.org/projects/jupyter-server/badge/?version=latest)](http://jupyter-server.readthedocs.io/en/latest/?badge=latest) The Jupyter Server provides the backend (i.e. the core services, APIs, and REST endpoints) for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila.