Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 140a8a7

Browse files
authored
Switch CI to main branch (#241)
1 parent 8b75caf commit 140a8a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ aliases:
1818
sudo gem install bundler
1919
bundle config set path 'vendor/bundle'
2020
bundle install
21-
- &filter-only-master
21+
- &filter-only-main
2222
branches:
2323
only:
24-
- master
24+
- main
2525

2626
version: 2
2727
jobs:
@@ -106,4 +106,4 @@ workflows:
106106
triggers:
107107
- schedule:
108108
cron: "0 1 * * *"
109-
filters: *filter-only-master
109+
filters: *filter-only-main

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ os: osx
33
osx_image: xcode11.6
44
branches:
55
only:
6-
- master
6+
- main
77
- /^v?[0-9]+\.[0-9]+\.[0-9]+(-.*)?$/
88
cache:
99
directories:

0 commit comments

Comments
 (0)