Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg-david committed Jun 30, 2024
1 parent 35db5f1 commit 58b04eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/onPush.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: onPush
name: "onPush( Build & Test )"

on:
push:

branches-ignore:
- master
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -28,6 +29,7 @@ jobs:
- name: Build APK
working-directory: example
run: flutter build appbundle --release

- name: Build APK
working-directory: example
run: flutter build apk --release
Expand Down

0 comments on commit 58b04eb

Please sign in to comment.