diff --git a/.circleci/config.yml b/.circleci/config.yml index 5b87249..a4ba3d2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,3 +13,11 @@ workflows: parallel: true # split all specs across machines parallelism: 2 # use 2 CircleCI machines to finish quickly group: 'all tests' + hourly: + triggers: + - schedule: + cron: "0 * * * *" + filters: + branches: + only: + - master \ No newline at end of file