Skip to content

Commit

Permalink
TEST: Activate staging test on release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Conor Schaefer committed Sep 30, 2021
1 parent 6a3feaa commit ce9475e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ce9475e

Please sign in to comment.