diff --git a/tasks.py b/tasks.py index 1cd167e16..74d541253 100644 --- a/tasks.py +++ b/tasks.py @@ -143,7 +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 == 'develop'), + ('dev', lambda _, branch: branch == 'feature/5238-update-refresh-time-interval'), )