Skip to content

Commit d46e342

Browse files
Adapt to the new default branch name of main
1 parent e82adb5 commit d46e342

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ workflows:
6161
filters:
6262
branches:
6363
only:
64-
- master
64+
- main
6565
jobs:
6666
- run-specs:
6767
name: *name

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Solidus Auth Devise
22

33
[![CircleCI](https://circleci.com/gh/solidusio/solidus_auth_devise.svg?style=shield)](https://circleci.com/gh/solidusio/solidus_auth_devise)
4-
[![codecov](https://codecov.io/gh/solidusio/solidus_auth_devise/branch/master/graph/badge.svg)](https://codecov.io/gh/solidusio/solidus_auth_devise)
4+
[![codecov](https://codecov.io/gh/solidusio/solidus_auth_devise/branch/main/graph/badge.svg)](https://codecov.io/gh/solidusio/solidus_auth_devise)
55

66
Provides authentication services for Solidus, using the Devise gem.
77

0 commit comments

Comments
 (0)