Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino committed Feb 12, 2021
1 parent ecb58c5 commit 60df2aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,14 @@ workflows:
only:
- master
- develop
- fix-circleci-apk
- prep-node-deps:
filters:
branches:
ignore:
- master
- develop
- fix-circleci-apk
- lint:
requires:
- prep-node-deps
Expand All @@ -224,7 +226,7 @@ workflows:
# - test-unit
- publish-pre-release-ios:
requires:
- prep-deps
- prep-node-deps
- publish-pre-release-android:
requires:
- publish-pre-release-ios
- prep-deps

0 comments on commit 60df2aa

Please sign in to comment.