From d285b74131b1519108b91bf93e95b49a3fb96d35 Mon Sep 17 00:00:00 2001 From: ZhuJHua <1624109111@qq.com> Date: Sun, 19 Jan 2025 01:37:21 +0800 Subject: [PATCH] chore(ci): adjust flutter analyze trigger Update the workflow to only trigger on pull requests to `master`. Removed push trigger. --- .github/workflows/flutter-analyze.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/flutter-analyze.yml b/.github/workflows/flutter-analyze.yml index 9c178663..6e37109b 100644 --- a/.github/workflows/flutter-analyze.yml +++ b/.github/workflows/flutter-analyze.yml @@ -1,9 +1,6 @@ name: Flutter Analyze on: - push: - branches: - - master pull_request: branches: - master