update way

This commit is contained in:
2026-05-17 19:53:16 +02:00
parent 7df3a530ce
commit a0c79989cd
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -3,7 +3,8 @@ name: Build Electron App
on:
push:
branches:
- electron # Déclenchement uniquement sur la branche electron
- "AppPhoneAPK&IPA"
workflow_dispatch:
jobs:
build:
+2 -1
View File
@@ -3,7 +3,8 @@ name: Build Mobile Apps (APK & IPA)
on:
push:
branches:
- electron # Ou change pour la branche de ton choix
- "AppPhoneAPK&IPA"
workflow_dispatch:
jobs:
build-android: