Skip to content

Commit 0cf7f88

Browse files
authored
Rename master to main (#766)
* Rename master to main * Try to rerun GitHub Actions
1 parent 12469ce commit 0cf7f88

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ name: "CodeQL"
77

88
on:
99
push:
10-
branches: [master]
10+
branches: [main]
1111
pull_request:
1212
# The branches below must be a subset of the branches above
13-
branches: [master]
13+
branches: [main]
1414
schedule:
1515
- cron: '0 13 * * 3'
1616

.github/workflows/integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Integration
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
schedule:
88
- cron: '0 0 * * *' # daily
99

docs/contributing.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,12 @@ Submitting changes
134134
------------------
135135

136136
1. Fork `the GitHub repository`_.
137-
2. Make a branch off of ``master`` and commit your changes to it.
137+
2. Make a branch off of ``main`` and commit your changes to it.
138138
3. Run the tests, check code style, and build the docs as described above.
139139
4. Optionally, add your name to the end of the :file:`AUTHORS`
140140
file using the format ``Name <[email protected]> (url)``, where the
141141
``(url)`` portion is optional.
142-
5. Submit a pull request to the ``master`` branch on GitHub, referencing an
142+
5. Submit a pull request to the ``main`` branch on GitHub, referencing an
143143
open issue.
144144
6. Add a changelog entry.
145145

0 commit comments

Comments
 (0)