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**
|
||||
|
||||
Saleor version:
|
||||
- [ ] dev (current master)
|
||||
- [ ] dev (current main)
|
||||
- [ ] 3.0
|
||||
- [ ] 2.11
|
||||
- [ ] 2.10
|
||||
|
|
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
|
@ -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'
|
||||
|
||||
|
|
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:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
- ci/staging/**
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue