Skip to content

Commit

Permalink
Allow creating packages for master/main. (flutter#116557)
Browse files Browse the repository at this point in the history
This is to enable testing of the packaging scripts on master/main
branches.

Bug: flutter#115489
  • Loading branch information
godofredoc authored and gspencergoog committed Jan 19, 2023
1 parent a24cb31 commit 9c48b23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev/bots/prepare_package.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c48b23

Please sign in to comment.