update way
This commit is contained in:
@@ -3,7 +3,8 @@ name: Build Electron App
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- electron # Déclenchement uniquement sur la branche electron
|
- "AppPhoneAPK&IPA"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
@@ -3,7 +3,8 @@ name: Build Mobile Apps (APK & IPA)
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- electron # Ou change pour la branche de ton choix
|
- "AppPhoneAPK&IPA"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-android:
|
build-android:
|
||||||
|
|||||||
Reference in New Issue
Block a user