Skip to content

Commit

Permalink
Rename master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Jan 26, 2024
1 parent 13626fc commit 9148080
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- master
- main
pull_request:

name: Unit Testing
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ kinto-wizard

.. |pypi| image:: https://img.shields.io/pypi/v/kinto-wizard.svg
:target: https://pypi.python.org/pypi/kinto-wizard
.. |ci| image:: https://img.shields.io/github/actions/workflow/status/Kinto/kinto-wizard/test.yml?branch=master
.. |ci| image:: https://img.shields.io/github/actions/workflow/status/Kinto/kinto-wizard/test.yml?branch=main
:target: https://github.com/Kinto/kinto-wizard/actions
.. |coverage| image:: https://coveralls.io/repos/github/Kinto/kinto-wizard/badge.svg?branch=master
:target: https://coveralls.io/github/Kinto/kinto-wizard?branch=master
.. |coverage| image:: https://coveralls.io/repos/github/Kinto/kinto-wizard/badge.svg?branch=main
:target: https://coveralls.io/github/Kinto/kinto-wizard?branch=main

kinto-wizard is a tool that lets you setup an entire Kinto server from
a Yaml file, or inspect an existing server and output a Yaml file.
Expand Down

0 comments on commit 9148080

Please sign in to comment.