chore(ci): adjust flutter analyze trigger

Update the workflow to only trigger on pull requests to `master`. Removed push trigger.
This commit is contained in:
ZhuJHua
2025-01-19 01:37:21 +08:00
parent 0222f7b352
commit d285b74131

View File

@@ -1,9 +1,6 @@
name: Flutter Analyze
on:
push:
branches:
- master
pull_request:
branches:
- master