Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Update main branch name from master #1109

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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)

Expand Down