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** **System information**
Saleor version: Saleor version:
- [ ] dev (current master) - [ ] dev (current main)
- [ ] 3.0 - [ ] 3.0
- [ ] 2.11 - [ ] 2.11
- [ ] 2.10 - [ ] 2.10

View file

@ -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'

View file

@ -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:

View file

@ -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: