mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-22 13:51:31 +01:00
Refer to "main" branches (#49)
This commit is contained in:
parent
c919db73aa
commit
b402a20757
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -5,7 +5,7 @@ env:
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master, feature.*]
|
||||
branches: [main, feature.*]
|
||||
tags: ['**']
|
||||
pull_request:
|
||||
|
||||
|
@ -12,7 +12,7 @@ import 'package:path/path.dart' as p;
|
||||
///
|
||||
/// Returns the path to the repository.
|
||||
Future<String> cloneOrPull(String url) async =>
|
||||
cloneOrCheckout(url, "origin/master");
|
||||
cloneOrCheckout(url, "origin/main");
|
||||
|
||||
/// Ensure that the repository at [url] is cloned into the build directory and
|
||||
/// pointing to [ref].
|
||||
|
Loading…
x
Reference in New Issue
Block a user