Skip to content

Commit

Permalink
run deploy action on v2 branch (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
asimfarooq5 authored Dec 5, 2024
1 parent af1217c commit 98e9f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy web on S3
on:
push:
branches:
- main
- v2

jobs:
build:
Expand All @@ -15,7 +15,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.22.1
flutter-version: 3.24.5

- name: Install dependencies
run: make install
Expand Down

0 comments on commit 98e9f19

Please sign in to comment.