Skip to content

Commit

Permalink
chore: Update build workflows for Android and iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
thecotne committed Jul 31, 2024
1 parent 74d7bbc commit 629b28f
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
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
build-android:
runs-on: ubuntu-latest
environment: main
steps:
- uses: actions/checkout@v4

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
build-ios:
runs-on: macos-latest
environment: main
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 629b28f

Please sign in to comment.