Skip to content

Commit

Permalink
switch main branch name (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Feb 13, 2021
1 parent 465c79b commit f6c17a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request: {}
push:
branches:
- master
- main
- '*.x'
tags:
- '*'
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ PyNaCl: Python binding to the libsodium library
:target: https://pypi.org/project/PyNaCl/
:alt: Latest Version

.. image:: https://codecov.io/github/pyca/pynacl/coverage.svg?branch=master
:target: https://codecov.io/github/pyca/pynacl?branch=master
.. image:: https://codecov.io/github/pyca/pynacl/coverage.svg?branch=main
:target: https://codecov.io/github/pyca/pynacl?branch=main

.. image:: https://img.shields.io/pypi/pyversions/pynacl.svg
:target: https://pypi.org/project/PyNaCl/
Expand Down

0 comments on commit f6c17a3

Please sign in to comment.