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 494a499..8544cdb 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 f2aadda..9a31588 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![CI Status](https://img.shields.io/github/actions/workflow/status/postgrespro/testgres.pg_conf/.github/workflows/package-verification.yml?label=CI)](https://github.com/postgrespro/testgres.pg_conf/actions/workflows/package-verification.yml) +[![CI Status](https://img.shields.io/github/actions/workflow/status/postgrespro/testgres.pg_conf/.github/workflows/ci.yml?label=CI)](https://github.com/postgrespro/testgres.pg_conf/actions/workflows/ci.yml) [![PyPI package version](https://badge.fury.io/py/testgres_postgres-configuration.svg)](https://badge.fury.io/py/testgres.postgres-configuration) [![PyPI python versions](https://img.shields.io/pypi/pyversions/testgres_postgres_configuration)](https://pypi.org/project/testgres.postgres-configuration)