diff --git a/.github/workflows/flutter-analyze.yml b/.github/workflows/flutter-analyze.yml index 3ac0ce8..173b0f7 100644 --- a/.github/workflows/flutter-analyze.yml +++ b/.github/workflows/flutter-analyze.yml @@ -2,9 +2,9 @@ name: Flutter Analyze on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: analyze: