Skip to content

Commit

Permalink
update references to the older branch name (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew authored Aug 31, 2023
1 parent 39a3c29 commit 709c595
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Dart

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
schedule:
- cron: "0 0 * * 0"

Expand Down
4 changes: 4 additions & 0 deletions test/test_setup.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2015 Google. All rights reserved. Use of this source code is
// governed by a BSD-style license that can be found in the LICENSE file.

library wip.test.setup;

import 'dart:async';
Expand All @@ -7,6 +10,7 @@ import 'dart:isolate';

import 'package:shelf/shelf_io.dart' as io;
import 'package:shelf_static/shelf_static.dart';
// ignore: deprecated_member_use
import 'package:webdriver/io.dart';
import 'package:webkit_inspection_protocol/webkit_inspection_protocol.dart';

Expand Down

0 comments on commit 709c595

Please sign in to comment.