Update main branch name from master (#1475)
This commit is contained in:
parent
7ac6572a1a
commit
37b99a7b5a
4 changed files with 7 additions and 7 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -34,7 +34,7 @@ about: Create a report to help us improve
|
||||||
**System information**
|
**System information**
|
||||||
|
|
||||||
Saleor version:
|
Saleor version:
|
||||||
- [ ] dev (current master)
|
- [ ] dev (current main)
|
||||||
- [ ] 3.0
|
- [ ] 3.0
|
||||||
- [ ] 2.11
|
- [ ] 2.11
|
||||||
- [ ] 2.10
|
- [ ] 2.10
|
||||||
|
|
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
|
@ -2,10 +2,10 @@ name: "CodeQL"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master, ]
|
branches: [main, ]
|
||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
branches: [master]
|
branches: [main]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 10 * * 5'
|
- cron: '0 10 * * 5'
|
||||||
|
|
||||||
|
|
4
.github/workflows/deploy-master-staging.yaml
vendored
4
.github/workflows/deploy-master-staging.yaml
vendored
|
@ -1,8 +1,8 @@
|
||||||
name: Deploy Dashboard to master staging
|
name: Deploy Dashboard to main staging
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
- ci/staging/**
|
- ci/staging/**
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -47,10 +47,10 @@ See the list of all releases here: https://github.com/mirumee/saleor-dashboard/r
|
||||||
|
|
||||||
#### Using development version
|
#### 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:
|
Install NPM dependencies:
|
||||||
|
|
Loading…
Reference in a new issue