Unverified Commit cd87e094 authored by godofredoc's avatar godofredoc Committed by GitHub

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
parent 21f3ce8b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment