From fbba3fa9ce9d5db63e7affb2dfc26cafa9e9f364 Mon Sep 17 00:00:00 2001 From: Casey Hillers Date: Wed, 24 Nov 2021 10:33:01 -0800 Subject: [PATCH] [ci.yaml] Fix release branch regex (flutter/engine#29919) --- engine/src/flutter/.ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/.ci.yaml b/engine/src/flutter/.ci.yaml index 3167e10e7f..ff365f8eec 100644 --- a/engine/src/flutter/.ci.yaml +++ b/engine/src/flutter/.ci.yaml @@ -7,7 +7,7 @@ # * https://github.com/flutter/cocoon/blob/main/CI_YAML.md enabled_branches: - main - - flutter-\\d+\\.\\d+-candidate\\.\\d+ + - flutter-\d+\.\d+-candidate\.\d+ platform_properties: linux: