diff --git a/bert_e/workflow/gitwaterflow/branches.py b/bert_e/workflow/gitwaterflow/branches.py index 53c0537b..47d602b5 100644 --- a/bert_e/workflow/gitwaterflow/branches.py +++ b/bert_e/workflow/gitwaterflow/branches.py @@ -920,7 +920,7 @@ def update_micro(self, tag): branches = self._cascade.get((major, minor), {}) major_branches = self._cascade.get((major, None), {}) - if not branches and not major_branch: + if not branches and not major_branches: LOG.debug("Ignore tag: %s", tag) return