Update main branch name from master (#1475)

This commit is contained in:
Patryk Zawadzki 2021-10-08 11:31:01 +02:00 committed by GitHub
parent 7ac6572a1a
commit 37b99a7b5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View file

@ -34,7 +34,7 @@ about: Create a report to help us improve
**System information**
Saleor version:
- [ ] dev (current master)
- [ ] dev (current main)
- [ ] 3.0
- [ ] 2.11
- [ ] 2.10

View file

@ -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 10 * * 5'

View file

@ -1,8 +1,8 @@
name: Deploy Dashboard to master staging
name: Deploy Dashboard to main staging
on:
push:
branches:
- master
- main
- ci/staging/**
workflow_dispatch:
jobs:

View file

@ -47,10 +47,10 @@ See the list of all releases here: https://github.com/mirumee/saleor-dashboard/r
#### 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: