diff --git a/tasks.py b/tasks.py index 0e018eb5f..dee2c77a2 100644 --- a/tasks.py +++ b/tasks.py @@ -143,8 +143,7 @@ def _detect_space(repo, branch=None, yes=False): DEPLOY_RULES = ( ('prod', _detect_prod), ('stage', lambda _, branch: branch.startswith('release')), - ('dev', lambda _, branch: branch == 'feature/4076-upgrade-smart-open-related-pkgs'), - # ('dev', lambda _, branch: branch == 'develop'), + ('dev', lambda _, branch: branch == 'develop'), )