Skip to content

Commit

Permalink
Edit workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanSarwar45 committed Dec 11, 2023
1 parent d786b41 commit cc00615
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: Android Release
on:
# 2
push:
branches: [ "main" ]
branches: [ "master" ]
pull_request:
branches: [ "main" ]
branches: [ "master" ]

# 3
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.3' # or, you can use 1.22
flutter-version: '3.16.3' # or, you can use 1.22
channel: 'stable'
- run: flutter test --coverage
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit cc00615

Please sign in to comment.