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"
13
13
14
14
on :
15
15
push :
16
- branches : [ master ]
16
+ branches : [ main ]
17
17
pull_request :
18
18
# The branches below must be a subset of the branches above
19
- branches : [ master ]
19
+ branches : [ main ]
20
20
schedule :
21
21
- cron : ' 33 5 * * 6'
22
22
Original file line number Diff line number Diff line change @@ -1054,7 +1054,7 @@ class MySchemaGenerator(JSONAPISchemaGenerator):
1054
1054
},
1055
1055
' license' : {
1056
1056
' 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' ,
1058
1058
}
1059
1059
}
1060
1060
schema[' servers' ] = [
You can’t perform that action at this time.
0 commit comments