Skip to content

Commit

Permalink
Update android-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AzhamProdLive authored Feb 1, 2024
1 parent a63cb29 commit edfc590
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
# 2
push:
branches: [ "TestsBuildsWorkflow(temp)" ]
paths-ignore:
- '**/README.md'
pull_request:
branches: [ "TestsBuildsWorkflow(temp)" ]

Expand All @@ -17,7 +19,8 @@ jobs:
build:
# 6
runs-on: ubuntu-latest

env:
FLUTTER_VERSION: "3.19"
# 7
steps:
# 8
Expand All @@ -31,8 +34,8 @@ jobs:
- uses: subosito/flutter-action@v2
with:
# 11
flutter-version: "3.0.0"
channel: 'stable'
flutter-version: $
channel: 'beta'
# 12
- name: Get dependencies
run: flutter pub get
Expand Down

0 comments on commit edfc590

Please sign in to comment.