Skip to content

Commit

Permalink
Update build_apk.yml
Browse files Browse the repository at this point in the history
Changes to apk_yml for github workflows
  • Loading branch information
Divyakumar21202 committed Aug 15, 2024
1 parent 8352111 commit a59cb15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ on:
push:
branches:
- main
- uiUpdate
pull_request:
branches:
- uiUpdate
- main

jobs:
Build-Apk:
Expand All @@ -28,4 +30,4 @@ jobs:
run: flutter pub get

- name: Build-Apk
run: flutter build apk --release
run: flutter build apk --release

0 comments on commit a59cb15

Please sign in to comment.