Skip to content

Commit

Permalink
Merge pull request #167 from DerThorsten/master
Browse files Browse the repository at this point in the history
just do tests also on master
  • Loading branch information
DerThorsten authored Mar 26, 2019
2 parents bcbb934 + 0cbec57 commit 53bb061
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,15 @@ workflows:
filters:
branches:
only:
- master
- test_all

# workflow for testing all the models
# on the master branch overnight
kipoi-nightly-test:
triggers:
- schedule:
cron: "0 * * * *"
cron: "0 0 * * *"
filters:
branches:
only:
Expand Down

0 comments on commit 53bb061

Please sign in to comment.