Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ aliases:
sudo gem install bundler
bundle config set path 'vendor/bundle'
bundle install
- &filter-only-master
- &filter-only-main
branches:
only:
- master
- main

version: 2
jobs:
Expand Down Expand Up @@ -106,4 +106,4 @@ workflows:
triggers:
- schedule:
cron: "0 1 * * *"
filters: *filter-only-master
filters: *filter-only-main
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ os: osx
osx_image: xcode11.6
branches:
only:
- master
- main
- /^v?[0-9]+\.[0-9]+\.[0-9]+(-.*)?$/
cache:
directories:
Expand Down