Skip to content

Commit

Permalink
Merge branch 'dev' into 8-user-authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobortolan authored Nov 18, 2023
2 parents c6b36d2 + c853664 commit 2e5ccf3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/lint_test_build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Linting, Testing and Building

on:
pull_request:
push:
branches-ignore:
- "dev"
- "main"

jobs:
Expand Down Expand Up @@ -34,8 +35,5 @@ jobs:
- name: Run Tests
run: flutter test

- name: Build Project for iOS
run: flutter build ipa --no-codesign

- name: Build Project for Android
run: flutter build apk
- name: Build Project
run: flutter build ipa --no-codesign

0 comments on commit 2e5ccf3

Please sign in to comment.