Skip to content

Commit

Permalink
Update code_analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdresselmann committed Apr 22, 2024
1 parent 5fe0da8 commit 3efdc96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: code-analysis

on:
push:
branches: [ "main" ]
branches: [ "main", "feature/*", "task/*", "bugfix/*", "hotfix/*" ]
pull_request:
branches: [ "main" ]

Expand All @@ -25,4 +25,4 @@ jobs:
with:
flutter-version: '3.13.9'
- run: flutter analyze
- run: dart format lib
- run: dart format lib

0 comments on commit 3efdc96

Please sign in to comment.