Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Commit b402a20

Browse files
authored
Refer to "main" branches (#49)
1 parent c919db7 commit b402a20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55

66
on:
77
push:
8-
branches: [master, feature.*]
8+
branches: [main, feature.*]
99
tags: ['**']
1010
pull_request:
1111

tool/utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import 'package:path/path.dart' as p;
1212
///
1313
/// Returns the path to the repository.
1414
Future<String> cloneOrPull(String url) async =>
15-
cloneOrCheckout(url, "origin/master");
15+
cloneOrCheckout(url, "origin/main");
1616

1717
/// Ensure that the repository at [url] is cloned into the build directory and
1818
/// pointing to [ref].

0 commit comments

Comments
 (0)