ci: fix pattern for the Chromium branches names for CircleCI (#14769)

https://circleci.com/docs/2.0/workflows/#using-regular-expressions-to-filter-tags-and-branches
This commit is contained in:
Alexey Kuzmin 2018-09-23 19:19:43 +02:00 committed by Shelley Vohr
parent 176a76217c
commit 0e3b2d92d7

View file

@ -705,7 +705,7 @@ workflows:
branches:
only:
- master
- chromium-upgrade/*
- /chromium\-upgrade\/[0-9]+/
jobs:
- linux-checkout
- linux-arm-checkout