Skip to content

Commit 475e257

Browse files
authored
README: Replace Travis CI badge with GitHub Actions badge (#776)
1 parent 247a583 commit 475e257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,9 @@ TZ Awareness:
322322
If you have a project that is time zone naive, you can set ``DJANGO_CELERY_BEAT_TZ_AWARE=False`` in your settings file.
323323

324324

325-
.. |build-status| image:: https://secure.travis-ci.org/celery/django-celery-beat.svg?branch=master
325+
.. |build-status| image:: https://github.com/celery/django-celery-beat/actions/workflows/test.yml/badge.svg
326326
:alt: Build status
327-
:target: https://travis-ci.org/celery/django-celery-beat
327+
:target: https://github.com/celery/django-celery-beat/actions/workflows/test.yml
328328

329329
.. |coverage| image:: https://codecov.io/github/celery/django-celery-beat/coverage.svg?branch=master
330330
:target: https://codecov.io/github/celery/django-celery-beat?branch=master

0 commit comments

Comments
 (0)