Skip to content
Prev Previous commit
Next Next commit
Making it so that it will do the nightly build on this branch after c…
…ommit.
  • Loading branch information
noobs2ninjas committed Mar 16, 2020
commit 161b7fe557e9246c1575e96da976cd5f90f43f29
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,15 @@ workflows:
- schedule:
cron: "0 1 * * *"
filters: *filter-only-master
commit:
jobs:
- deployment
- cocoapods:
requires:
- deployment
- carthage:
requires:
- deployment
branches:
only:
- Build-Fixes