Skip to content

Commit

Permalink
Rename master to main (#766)
Browse files Browse the repository at this point in the history
* Rename master to main

* Try to rerun GitHub Actions
  • Loading branch information
bhrutledge committed Jun 13, 2021
1 parent 12469ce commit 0cf7f88
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -7,10 +7,10 @@ name: "CodeQL"

on:
push:
branches: [master]
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
branches: [main]
schedule:
- cron: '0 13 * * 3'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Expand Up @@ -3,7 +3,7 @@ name: Integration
on:
push:
branches:
- master
- main
schedule:
- cron: '0 0 * * *' # daily

Expand Down
4 changes: 2 additions & 2 deletions docs/contributing.rst
Expand Up @@ -134,12 +134,12 @@ Submitting changes
------------------

1. Fork `the GitHub repository`_.
2. Make a branch off of ``master`` and commit your changes to it.
2. Make a branch off of ``main`` and commit your changes to it.
3. Run the tests, check code style, and build the docs as described above.
4. Optionally, add your name to the end of the :file:`AUTHORS`
file using the format ``Name <email@domain.com> (url)``, where the
``(url)`` portion is optional.
5. Submit a pull request to the ``master`` branch on GitHub, referencing an
5. Submit a pull request to the ``main`` branch on GitHub, referencing an
open issue.
6. Add a changelog entry.

Expand Down

0 comments on commit 0cf7f88

Please sign in to comment.