Skip to content

Commit

Permalink
Fixed build-android/ios workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
al-af committed May 15, 2024
1 parent 163c342 commit fbde18e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build Android

on:
workflow_call:
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build iOS

on:
workflow_call:
workflow_dispatch:

jobs:
Expand Down

0 comments on commit fbde18e

Please sign in to comment.