diff --git a/.circleci/config.yml b/.circleci/config.yml index 8e2f3424119..966a6162bde 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -355,9 +355,8 @@ workflows: - staging-test-with-rebase: filters: branches: - # Ignore needs to be here explicitely as only clause introduced in PR #6086 might be removed afterwards. - ignore: /i18n-.*/ - only: /release\/.*/ + only: + - /release.*/ requires: - lint - translation-tests: