File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ name: "CodeQL"
1313
1414on :
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
Original file line number Diff line number Diff 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' ] = [
You can’t perform that action at this time.
0 commit comments