Skip to content

Commit ed6a361

Browse files
authored
Added GitHub Badges to Readme (#16)
* Added GitHub Badges on Readme * Renamed workflow to fit GitHub Badges length
1 parent fec0738 commit ed6a361

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Upload Python Package to PyPI on Push to Main
1+
name: Upload Python Package to PyPI
22

33
on:
44
push:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Testing workflow
1+
name: Tests
22

33
on:
44
push:

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Django Appointment 📦
22

3+
![Tests](https://github.com/adamspd/django-appointment/actions/workflows/tests.yml/badge.svg)
4+
![Published on PyPi](https://github.com/adamspd/django-appointment/actions/workflows/publish.yml/badge.svg)
5+
36
⚠️ **IMPORTANT**: Version 2.1.0 introduces significant database changes. Please read
47
the [migration guide](https://github.com/adamspd/django-appointment/tree/main/migration_guide_v2.1.0.md) before
58
updating.
@@ -136,4 +139,4 @@ directory or visit the GitHub repository for more information.
136139

137140
## Notes 📝⚠️
138141

139-
Currently, the application does not send email reminders yet.
142+
Currently, the application does not send email reminders yet.

0 commit comments

Comments
 (0)