Skip to content

Commit

Permalink
Rename master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Mar 5, 2024
1 parent 6583119 commit 4a3f532
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Python CI
on:
push:
branches:
- master
- main
- develop
pull_request:
release:
Expand Down
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,18 +116,18 @@ Contributors
------------
`See contributors <https://github.com/safe-global/safe-eth-py/graphs/contributors>`_

.. |ci| image:: https://github.com/safe-global/safe-eth-py/workflows/Python%20CI/badge.svg?branch=master
.. |ci| image:: https://github.com/safe-global/safe-eth-py/workflows/Python%20CI/badge.svg?branch=main
:alt: Github Actions CI build

.. |coveralls| image:: https://coveralls.io/repos/github/safe-global/safe-eth-py/badge.svg?branch=master
:target: https://coveralls.io/github/safe-global/safe-eth-py?branch=master
.. |coveralls| image:: https://coveralls.io/repos/github/safe-global/safe-eth-py/badge.svg?branch=main
:target: https://coveralls.io/github/safe-global/safe-eth-py?branch=main
:alt: Coveralls

.. |python| image:: https://img.shields.io/badge/Python-3.9-blue.svg
:alt: Python 3.9
.. |python| image:: https://img.shields.io/badge/Python-3.12-blue.svg
:alt: Python 3.12

.. |django| image:: https://img.shields.io/badge/Django-2-blue.svg
:alt: Django 2.2
.. |django| image:: https://img.shields.io/badge/Django-4-blue.svg
:alt: Django 4

.. |pipy| image:: https://badge.fury.io/py/safe-eth-py.svg
:target: https://badge.fury.io/py/safe-eth-py
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. safe-eth-py documentation master file, created by
.. safe-eth-py documentation main file, created by
sphinx-quickstart on Fri Jul 9 12:45:20 2021.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Expand Down

0 comments on commit 4a3f532

Please sign in to comment.