| commit | 64dff03e4b0ba8c2f9d7563b4d0789049c0568a0 | [log] [tgz] |
|---|---|---|
| author | Kevin Moore <kevmoo@users.noreply.github.com> | Fri Nov 05 09:47:02 2021 -0700 |
| committer | GitHub <noreply@github.com> | Fri Nov 05 09:47:02 2021 -0700 |
| tree | 63de42aefed52ae329d5cfee47ad4974aff66e7a | |
| parent | 9ecf569936bca6c999cc10c22418890d06e4f9c3 [diff] |
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"