Skip to content

Commit

Permalink
Update code_quality.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anandnet authored Mar 23, 2024
1 parent 967f01b commit c673adb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Code quality check
on:
workflow_dispatch:
pull_request:
branches:
- main
Expand All @@ -19,4 +20,4 @@ jobs:
- name: Linter
run: flutter analyze
- name: build check
run: flutter build apk
run: flutter build apk

0 comments on commit c673adb

Please sign in to comment.