Skip to content

Commit

Permalink
chore(ci): adjust flutter analyze trigger
Browse files Browse the repository at this point in the history
Update the workflow to only trigger on pull requests to `master`. Removed push trigger.
  • Loading branch information
ZhuJHua committed Jan 18, 2025
1 parent 0222f7b commit d285b74
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/flutter-analyze.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Flutter Analyze

on:
push:
branches:
- master
pull_request:
branches:
- master
Expand Down

0 comments on commit d285b74

Please sign in to comment.