Skip to content

Commit

Permalink
Update flutter-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGuyDangerous authored Oct 28, 2022
1 parent 2c5f701 commit 6a53d51
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Flutter CI
on:
push:
branches:
- master
- beta

# on: push # Default will running for every branch.

Expand All @@ -30,8 +30,6 @@ jobs:
# Get flutter dependencies.
- run: flutter pub get

# Check for any formatting issues in the code.
- run: flutter format --set-exit-if-changed .

# Build apk.
- run: flutter build apk
Expand Down

0 comments on commit 6a53d51

Please sign in to comment.