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
This commit is contained in:
parent
21f3ce8b69
commit
cd87e094e9
@ -54,7 +54,9 @@ class PreparePackageException implements Exception {
|
|||||||
|
|
||||||
enum Branch {
|
enum Branch {
|
||||||
beta,
|
beta,
|
||||||
stable;
|
stable,
|
||||||
|
master,
|
||||||
|
main;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// A helper class for classes that want to run a process, optionally have the
|
/// A helper class for classes that want to run a process, optionally have the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user