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:
parent
176a76217c
commit
0e3b2d92d7
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@ workflows:
|
|||
branches:
|
||||
only:
|
||||
- master
|
||||
- chromium-upgrade/*
|
||||
- /chromium\-upgrade\/[0-9]+/
|
||||
jobs:
|
||||
- linux-checkout
|
||||
- linux-arm-checkout
|
||||
|
|
Loading…
Add table
Reference in a new issue