Browse Source

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
Alexey Kuzmin 6 years ago
parent
commit
0e3b2d92d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

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