CI: fix the branch (dart-lang/yaml_edit#10)
diff --git a/pkgs/yaml_edit/.github/workflows/test-package.yml b/pkgs/yaml_edit/.github/workflows/test-package.yml index cdc25d9..270ddbe 100644 --- a/pkgs/yaml_edit/.github/workflows/test-package.yml +++ b/pkgs/yaml_edit/.github/workflows/test-package.yml
@@ -3,9 +3,9 @@ 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"