Skip to content

Commit 4cb2dd5

Browse files
Fix branch names
1 parent dbb1db1 commit 4cb2dd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Deploy docs",
3-
"on": { "push": { "branches": "master" }},
3+
"on": { "push": { "branches": "main" }},
44
"jobs": {
55
"update-pages": {
66
"runs-on": "ubuntu-latest",

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Documentation for the latest released version (including pre-release versions)
2222
can be found at
2323
`https://pythongssapi.github.io/python-gssapi/stable <https://pythongssapi.github.io/python-gssapi/stable>`_.
2424

25-
Documentation for the latest commit on master can be found at
25+
Documentation for the latest commit on main can be found at
2626
`https://pythongssapi.github.io/python-gssapi/latest <https://pythongssapi.github.io/python-gssapi/latest>`_.
2727

2828
Requirements

0 commit comments

Comments
 (0)