Skip to content

Commit

Permalink
CI: fix the branch (dart-lang/yaml_edit#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Nov 5, 2021
1 parent 9ecf569 commit 64dff03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/yaml_edit/.github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Dart CI
on:
# Run on PRs and pushes to the default branch.
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
schedule:
- cron: "0 0 * * 0"

Expand Down

0 comments on commit 64dff03

Please sign in to comment.