From 79692552613298015f0ef61fe80045447dbbc01f Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 8 Dec 2019 17:09:45 +0100 Subject: [PATCH] Renamed CI workflow --- .github/workflows/{package.yml => ci.yml} | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{package.yml => ci.yml} (99%) diff --git a/.github/workflows/package.yml b/.github/workflows/ci.yml similarity index 99% rename from .github/workflows/package.yml rename to .github/workflows/ci.yml index 755e67c36..10352acdb 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -name: package +name: ci on: - push - pull_request diff --git a/README.md b/README.md index 2696514c4..0246261ad 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![PyPI][pypi-image]][pypi-link] [![dependabot][dependabot-image]][dependabot-link] - [action-image]: https://github.com/squidfunk/mkdocs-material/workflows/package/badge.svg?branch=master + [action-image]: https://github.com/squidfunk/mkdocs-material/workflows/ci/badge.svg?branch=master [action-link]: https://github.com/squidfunk/mkdocs-material/actions [downloads-image]: https://img.shields.io/pypi/dm/mkdocs-material.svg [downloads-link]: https://pypistats.org/packages/mkdocs-material