Skip to content

Commit

Permalink
Merge pull request #84 from jvanasco/main
Browse files Browse the repository at this point in the history
rename "master" to "main"
  • Loading branch information
mmerickel authored Nov 21, 2022
2 parents 9b9e025 + e77038b commit 9e4c800
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build and test

on:
# Only on pushes to master or one of the release branches we build on push
# Only on pushes to main or one of the release branches we build on push
push:
branches:
- master
- main
- "[0-9].[0-9]+-branch"
tags:
# Build pull requests
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
-------

Unreleased (2022-11-14)
^^^^^^^^^^^^^^^^^^^^^^^

- rename "master" to "main"

2.5 (2022-03-12)
^^^^^^^^^^^^^^^^

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,4 @@ Contributors
- Steve Piercy, 2016/11/19
- Sean Hammond, 2019/09/27
- Jon Betts, 2021/04/19
- Jonathan Vanasco, 2022/11/14
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# The suffix of source filenames.
source_suffix = '.rst'

# The master toctree document.
# The main toctree document.
master_doc = 'index'

# General substitutions.
Expand Down

0 comments on commit 9e4c800

Please sign in to comment.