From f79d628f62b0f01a03e9fcffa46986985995a98d Mon Sep 17 00:00:00 2001 From: Etienne Wodey <44871469+airwoodix@users.noreply.github.com> Date: Tue, 26 Sep 2023 14:29:43 +0200 Subject: [PATCH] readme: fix link to build status badge (#67) --- .github/workflows/poetry.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/poetry.yml b/.github/workflows/poetry.yml index 85e796b..838e09c 100644 --- a/.github/workflows/poetry.yml +++ b/.github/workflows/poetry.yml @@ -1,4 +1,4 @@ -name: Examples and unit tests +name: Tests on: push: branches: [ master, 'stable/*' ] diff --git a/README.md b/README.md index 24f5ae1..cf3a314 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Latest release](https://img.shields.io/pypi/v/qiskit-aqt-provider.svg)](https://pypi.python.org/pypi/qiskit-aqt-provider) [![License](https://img.shields.io/pypi/l/qiskit-aqt-provider.svg)](https://pypi.python.org/pypi/qiskit-aqt-provider) [![Supported Python versions](https://img.shields.io/pypi/pyversions/qiskit-aqt-provider.svg)](https://pypi.python.org/pypi/qiskit-aqt-provider) -![Build Status](https://github.com/alpine-quantum-technologies/qiskit-aqt-provider/actions/workflows/poetry.yml/badge.svg?branch=master) +![Build Status](https://github.com/qiskit-community/qiskit-aqt-provider/actions/workflows/poetry.yml/badge.svg?branch=master) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v1.json)](https://github.com/charliermarsh/ruff) [![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)