Skip to content

Commit 6bda8f1

Browse files
authored
Rename primary branch from master to main (#1032)
1 parent c46d495 commit 6bda8f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ master ]
16+
branches: [ main ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ master ]
19+
branches: [ main ]
2020
schedule:
2121
- cron: '33 5 * * 6'
2222

Diff for: docs/usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ class MySchemaGenerator(JSONAPISchemaGenerator):
10541054
},
10551055
'license': {
10561056
'name': 'BSD 2 clause',
1057-
'url': 'https://github.com/django-json-api/django-rest-framework-json-api/blob/master/LICENSE',
1057+
'url': 'https://github.com/django-json-api/django-rest-framework-json-api/blob/main/LICENSE',
10581058
}
10591059
}
10601060
schema['servers'] = [

0 commit comments

Comments
 (0)