From e28b4d59d3993e58ceba67d01729771616006eaa Mon Sep 17 00:00:00 2001 From: Oliver Sauder Date: Wed, 15 Dec 2021 22:16:38 +0400 Subject: [PATCH] Rename primary branch from master to main --- .github/workflows/codeql-analysis.yml | 4 ++-- docs/usage.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 89e9f974..9b429fa7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ master ] + branches: [ main ] pull_request: # The branches below must be a subset of the branches above - branches: [ master ] + branches: [ main ] schedule: - cron: '33 5 * * 6' diff --git a/docs/usage.md b/docs/usage.md index d0bd07f4..939e4e6a 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -1054,7 +1054,7 @@ class MySchemaGenerator(JSONAPISchemaGenerator): }, 'license': { 'name': 'BSD 2 clause', - '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', } } schema['servers'] = [