diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 67b8069..b2fd9f3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: Upload Python Package to PyPI on Push to Main +name: Upload Python Package to PyPI on: push: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bfb7f56..ebcef0b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: Testing workflow +name: Tests on: push: diff --git a/README.md b/README.md index 0712fac..e5e435f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Django Appointment 📦 +![Tests](https://github.com/adamspd/django-appointment/actions/workflows/tests.yml/badge.svg) +![Published on PyPi](https://github.com/adamspd/django-appointment/actions/workflows/publish.yml/badge.svg) + ⚠️ **IMPORTANT**: Version 2.1.0 introduces significant database changes. Please read the [migration guide](https://github.com/adamspd/django-appointment/tree/main/migration_guide_v2.1.0.md) before updating. @@ -136,4 +139,4 @@ directory or visit the GitHub repository for more information. ## Notes 📝⚠️ -Currently, the application does not send email reminders yet. \ No newline at end of file +Currently, the application does not send email reminders yet.