From 37e3a5bc58084da271f429231baa5e892267cbd6 Mon Sep 17 00:00:00 2001 From: Patryk Zawadzki Date: Wed, 6 Oct 2021 15:31:47 +0200 Subject: [PATCH] Update main branch name from master --- .github/workflows/codeql-analysis.yml | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f6fce67ae3..298c88aadb 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -2,10 +2,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: '0 22 * * 4' diff --git a/README.md b/README.md index 38cc900f1c..9e877e6c65 100644 --- a/README.md +++ b/README.md @@ -61,10 +61,10 @@ See the list of all releases here: https://github.com/mirumee/saleor-storefront/ #### Using development version -If you want to use the latest development version, checkout to the `master` branch: +If you want to use the latest development version, checkout to the `main` branch: ``` -$ git checkout master +$ git checkout main ``` Install NPM dependencies: @@ -210,7 +210,7 @@ npm run generate ## License -This project is licensed under the BSD-3-Clause License - see the [LICENSE](https://github.com/mirumee/saleor-storefront/blob/master/LICENSE) file for details +This project is licensed under the BSD-3-Clause License - see the [LICENSE](https://github.com/mirumee/saleor-storefront/blob/main/LICENSE) file for details #### Crafted with ❤️ by [Mirumee Software](http://mirumee.com)