Skip to content

Commit

Permalink
Update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaDemchenko committed Aug 13, 2024
1 parent f98a4b1 commit e76c9f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: "Build IOS & Android"
name: "Build Android"

on:
pull_request:
branches:
- main
push:
branches:
- test-apk

jobs:
build:
runs-on: macos-latest
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand All @@ -30,8 +33,5 @@ jobs:
- name: Get dependencies
run: flutter pub get

- name: Build IOS
run: flutter build ios --release --no-codesign

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

0 comments on commit e76c9f4

Please sign in to comment.