diff --git a/.github/workflows/electron-build.yml b/.github/workflows/electron-build.yml index 1b0c4fb..243abb6 100644 --- a/.github/workflows/electron-build.yml +++ b/.github/workflows/electron-build.yml @@ -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: diff --git a/.github/workflows/mobile-build.yml b/.github/workflows/mobile-build.yml index c352184..a5e4366 100644 --- a/.github/workflows/mobile-build.yml +++ b/.github/workflows/mobile-build.yml @@ -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: