Skip to content

Commit

Permalink
Merge pull request #43 from jvanasco/main
Browse files Browse the repository at this point in the history
rename "master" to "main"
  • Loading branch information
mmerickel committed Nov 21, 2022
2 parents 89d7f34 + e43e20e commit 7c3abd1
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,3 +1,8 @@
Unreleased (2022-11-15)
-----------------------

- Rename "master" to "main"

1.1 (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 @@ -106,3 +106,4 @@ Contributors
- Marco Falcioni, 2016/09/21
- Jon Betts, 2021/04/19
- Lynn Vaughan, 2022/02/22
- Jonathan Vanasco, 2022/11/15
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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 7c3abd1

Please sign in to comment.