diff --git a/.github/workflows/package-verification.yml b/.github/workflows/ci.yml similarity index 99% rename from .github/workflows/package-verification.yml rename to .github/workflows/ci.yml index beedfe8c..3d2f69cf 100644 --- a/.github/workflows/package-verification.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python -name: Run Package Verifications +name: CI on: push: diff --git a/README.md b/README.md index 425e2e2e..d615d367 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![CI Status](https://img.shields.io/github/actions/workflow/status/postgrespro/testgres/.github/workflows/package-verification.yml?label=CI)](https://github.com/postgrespro/testgres/actions/workflows/package-verification.yml) +[![CI Status](https://img.shields.io/github/actions/workflow/status/postgrespro/testgres/.github/workflows/ci.yml?label=CI)](https://github.com/postgrespro/testgres/actions/workflows/ci.yml) [![PyPI package version](https://badge.fury.io/py/testgres.svg)](https://badge.fury.io/py/testgres) [![PyPI python versions](https://img.shields.io/pypi/pyversions/testgres)](https://pypi.org/project/testgres) [![PyPI downloads](https://img.shields.io/pypi/dm/testgres)](https://pypi.org/project/testgres)