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:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- chromium-upgrade/*
|
- /chromium\-upgrade\/[0-9]+/
|
||||||
jobs:
|
jobs:
|
||||||
- linux-checkout
|
- linux-checkout
|
||||||
- linux-arm-checkout
|
- linux-arm-checkout
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue