Skip to content

Commit 3c32e9c

Browse files
committed
Solidus 4.0 Master Branch Changed to Main
solidusio/solidus#5042
1 parent 407e59f commit 3c32e9c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
parameters:
1616
solidus:
1717
type: string
18-
default: master
18+
default: main
1919
db:
2020
type: string
2121
default: "postgres"
@@ -43,7 +43,7 @@ workflows:
4343
- run-specs:
4444
name: &name "run-specs-solidus-<< matrix.solidus >>-ruby-<< matrix.ruby >>-db-<< matrix.db >>"
4545
matrix:
46-
parameters: { solidus: ["master"], ruby: ["3.2"], db: ["postgres"] }
46+
parameters: { solidus: ["main"], ruby: ["3.2"], db: ["postgres"] }
4747
- run-specs:
4848
name: *name
4949
matrix:
@@ -54,19 +54,19 @@ workflows:
5454
parameters: { solidus: ["older"], ruby: ["3.0"], db: ["sqlite"] }
5555
- lint-code
5656

57-
"Weekly run specs against master":
57+
"Weekly run specs against main":
5858
triggers:
5959
- schedule:
6060
cron: "0 0 * * 4" # every Thursday
6161
filters:
6262
branches:
6363
only:
64-
- master
64+
- main
6565
jobs:
6666
- run-specs:
6767
name: *name
6868
matrix:
69-
parameters: { solidus: ["master"], ruby: ["3.2"], db: ["postgres"] }
69+
parameters: { solidus: ["main"], ruby: ["3.2"], db: ["postgres"] }
7070
- run-specs:
7171
name: *name
7272
matrix:

0 commit comments

Comments
 (0)