diff --git a/pkgs/yaml_edit/.github/workflows/test-package.yml b/pkgs/yaml_edit/.github/workflows/test-package.yml index cdc25d958..270ddbe59 100644 --- a/pkgs/yaml_edit/.github/workflows/test-package.yml +++ b/pkgs/yaml_edit/.github/workflows/test-package.yml @@ -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"