Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
push:
branches: [ master, main ]
branches: [master, main]
paths-ignore:
- "**.md"
pull_request:
Expand All @@ -22,10 +22,11 @@ jobs:
matrix:
include:
# Minimum supported version (keep in sync with pubspec.yaml).
- flutter-version: "3.32.0"
- channel: stable
# We'll add master after migrating to Melos 7.x.x and flutter workspaces
# - channel: master
flutter-version: "3.32.0"
# Latest stable — no version pin, so it runs against the current stable release.
- channel: stable
# - channel: master # We'll enable it after migrating to Melos 7.x & flutter workspaces
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
Loading