We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46d495 commit 6bda8f1Copy full SHA for 6bda8f1
.github/workflows/codeql-analysis.yml
@@ -13,10 +13,10 @@ name: "CodeQL"
13
14
on:
15
push:
16
- branches: [ master ]
+ branches: [ main ]
17
pull_request:
18
# The branches below must be a subset of the branches above
19
20
schedule:
21
- cron: '33 5 * * 6'
22
docs/usage.md
@@ -1054,7 +1054,7 @@ class MySchemaGenerator(JSONAPISchemaGenerator):
1054
},
1055
'license': {
1056
'name': 'BSD 2 clause',
1057
- 'url': 'https://github.com/django-json-api/django-rest-framework-json-api/blob/master/LICENSE',
+ 'url': 'https://github.com/django-json-api/django-rest-framework-json-api/blob/main/LICENSE',
1058
}
1059
1060
schema['servers'] = [
0 commit comments