Skip to content

Commit

Permalink
Rename default branch to 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed May 14, 2021
1 parent 88a3b70 commit e05901a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: doc
on:
push:
branches:
- master
- main

jobs:
deploy_documentation:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: linters

on:
push:
branches: [master]
branches: [main]
tags: v*
pull_request:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: tests

on:
push:
branches: [master]
branches: [main]
tags: v*
pull_request:

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Note that for your merge request to be accepted, we'll ask that:
* All existing tests run
* The new feature comes with appropriate tests

See the [GitHub actions workflows](https://github.com/dmerejkowsky/tsrc/blob/master/.github/workflows)
See the [GitHub actions workflows](https://github.com/dmerejkowsky/tsrc/blob/main/.github/workflows)
to see what exactly what commands are run and the Python versions we
support.

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. image:: https://img.shields.io/github/license/dmerejkowsky/tsrc.svg
:target: https://github.com/dmerejkowsky/tsrc/blob/master/LICENSE
:target: https://github.com/dmerejkowsky/tsrc/blob/main/LICENSE

.. image:: https://github.com/dmerejkowsky/tsrc/workflows/tests/badge.svg
:target: https://github.com/dmerejkowsky/tsrc/actions
Expand Down Expand Up @@ -125,4 +125,4 @@ Detailed instructions can be found `in the documentation <https://dmerejkowsky.g
License
-------

tsrc is licensed under a `BSD 3-Clause license <https://github.com/dmerejkowsky/tsrc/blob/master/LICENSE>`_.
tsrc is licensed under a `BSD 3-Clause license <https://github.com/dmerejkowsky/tsrc/blob/main/LICENSE>`_.
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Next release

* Remove codecov usage
* Rename default branch to `main`.

# 2.2.1 (2021-04-10)

Expand Down

0 comments on commit e05901a

Please sign in to comment.