diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a7dfd9..cdf3aa3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,5 @@ name: Release +run-name: ${{ github.event_name == 'workflow_dispatch' && 'Release TestPyPI' || format('Release {0} PyPI', github.ref_name) }} on: workflow_dispatch: diff --git a/README.md b/README.md index a7e4910..dacff4f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [status-shield]: https://github.com/PySATL/pysatl-core/actions/workflows/ci.yml/badge.svg?branch=main&event=push [status-url]: https://github.com/PySATL/pysatl-core/actions/workflows/ci.yml?query=branch%3Amain+event%3Apush -[license-shield]: https://img.shields.io/github/license/PySATL/pysatl-core.svg?style=for-the-badge&color=blue +[license-shield]: https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge [license-url]: LICENSE [![CI][status-shield]][status-url]