From 83b1a181e6198ffa19971296106c036a4574b926 Mon Sep 17 00:00:00 2001 From: Alfreedom <00tango.bromine@icloud.com> Date: Fri, 4 Oct 2024 12:53:24 +0200 Subject: [PATCH] change workflow names --- .github/workflows/release_modal_android.yml | 2 +- .github/workflows/release_modal_android_internal.yml | 2 +- .github/workflows/release_modal_ios.yml | 2 +- .github/workflows/release_modal_ios_internal.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release_modal_android.yml b/.github/workflows/release_modal_android.yml index 6aa69fb..53783c0 100644 --- a/.github/workflows/release_modal_android.yml +++ b/.github/workflows/release_modal_android.yml @@ -1,4 +1,4 @@ -name: Build Android App Release +name: Android Modal (production) deploy on: workflow_dispatch: diff --git a/.github/workflows/release_modal_android_internal.yml b/.github/workflows/release_modal_android_internal.yml index 4600df6..86fdbc5 100644 --- a/.github/workflows/release_modal_android_internal.yml +++ b/.github/workflows/release_modal_android_internal.yml @@ -1,4 +1,4 @@ -name: Build Android App Internal (beta) +name: Android Modal (internal) deploy on: workflow_dispatch: diff --git a/.github/workflows/release_modal_ios.yml b/.github/workflows/release_modal_ios.yml index 04ef6c0..41a2447 100644 --- a/.github/workflows/release_modal_ios.yml +++ b/.github/workflows/release_modal_ios.yml @@ -1,4 +1,4 @@ -name: Build iOS App Release +name: iOS Modal (production) deploy on: workflow_dispatch: diff --git a/.github/workflows/release_modal_ios_internal.yml b/.github/workflows/release_modal_ios_internal.yml index c1c9ebf..fb7c3f1 100644 --- a/.github/workflows/release_modal_ios_internal.yml +++ b/.github/workflows/release_modal_ios_internal.yml @@ -1,4 +1,4 @@ -name: Build iOS App Internal (beta) +name: iOS Modal (internal) deploy on: workflow_dispatch: