From cd87e094e916b8d2ab6d786374edd09788a14cda Mon Sep 17 00:00:00 2001 From: godofredoc Date: Tue, 6 Dec 2022 11:46:07 -0800 Subject: [PATCH] Allow creating packages for master/main. (#116557) This is to enable testing of the packaging scripts on master/main branches. Bug: https://github.com/flutter/flutter/issues/115489 --- dev/bots/prepare_package.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev/bots/prepare_package.dart b/dev/bots/prepare_package.dart index 1a73b54bfb6c..5878f8e75301 100644 --- a/dev/bots/prepare_package.dart +++ b/dev/bots/prepare_package.dart @@ -54,7 +54,9 @@ class PreparePackageException implements Exception { enum Branch { beta, - stable; + stable, + master, + main; } /// A helper class for classes that want to run a process, optionally have the