Skip to content

Commit 2aa8782

Browse files
committed
update workflows names
1 parent 43994c1 commit 2aa8782

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/android-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
build-web:
11-
name: Build web bundle (www)
10+
build-and-deploy-android-app:
11+
name: Build and Deploy Android App
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout

.github/workflows/ios-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
build-and-deploy-app:
10+
build-and-deploy-ios-app:
1111
name: Build and Deploy iOS App
1212
runs-on: macos-15
1313
steps:

0 commit comments

Comments
 (0)