Skip to content

Commit c79bf6e

Browse files
authored
Change branches to main test-package.yml (#1234)
1 parent 9c60d1a commit c79bf6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Dart CI
33
on:
44
# Run on PRs and pushes to the default branch.
55
push:
6-
branches: [ master ]
6+
branches: [ main ]
77
pull_request:
8-
branches: [ master]
8+
branches: [ main ]
99
schedule:
1010
- cron: "0 0 * * 0"
1111

0 commit comments

Comments
 (0)