Skip to content

Commit

Permalink
revert Android build setup, trigger iOS in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Varnius committed Dec 21, 2023
1 parent 80319d0 commit c3e1760
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-android-apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: build-android-apk
on:
workflow_dispatch:
push:
branches:
- '**'
branches: [master]

jobs:
install-and-test:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-ios-ipa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: build-ios-ipa
on:
workflow_dispatch:
push:
branches: [master]
branches:
- '**'

jobs:
build:
Expand Down

0 comments on commit c3e1760

Please sign in to comment.