Skip to content

Commit

Permalink
Support for develop branch (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Barbieri authored Feb 14, 2019
1 parent 993abb1 commit 925ad8a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,14 @@ workflows:
- prep-deps
filters:
branches:
only: master
only:
- master
- develop
- publish-pre-release-android:
requires:
- publish-pre-release-ios
filters:
branches:
only: master
only:
- master
- develop

0 comments on commit 925ad8a

Please sign in to comment.