Commit 02b188a
Changed files (1)
.github
workflows
.github/workflows/CI.yml
@@ -2,7 +2,8 @@ name: CI
on:
push:
- branches: '**'
+ branches:
+ - 'main'
paths:
- "lib/**"
- "android/**"
@@ -60,17 +61,4 @@ jobs:
sudo apt-get install -y ninja-build libgtk-3-dev
- run: flutter config --enable-linux-desktop
- run: flutter build linux
-
- build-win:
- runs-on: windows-latest
-
- steps:
- - uses: actions/checkout@v3
- - uses: subosito/flutter-action@v2
- with:
- flutter-version: '3.7.12'
- - run: flutter pub get
-
- - run: flutter config --enable-windows-desktop
- - run: flutter build windows
-
+