Skip to content

Commit b28a7e9

Browse files
devversionandrewseguin
authored andcommitted
build: remove duplicate branches filter (#14124)
* The `7.0.x` branch is already covered by one of the regular expressions in the `config.yml` for CircleCI.
1 parent 893ec2d commit b28a7e9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,7 @@ general:
318318
branches:
319319
only:
320320
- master
321-
- 7.0.x
322-
# 5.2.x, 6.0.x, etc
321+
# 6.2.x, 7.0.x etc.
323322
- /\d+\.\d+\.x/
324-
# 5.x, 6.x, etc
323+
# 6.x, 7.x, etc.
325324
- /\d+\.x/

0 commit comments

Comments
 (0)