Commit 02b188a

NobodyForNothing <82763757+NobodyForNothing@users.noreply.github.com>
2023-05-27 09:29:15
less ressource intensive CI
1 parent b94905e
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
-    
+