diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index e2f84b4..76d77fd 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -2,9 +2,9 @@ name: Dart on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: