Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-mayank committed Oct 7, 2024
1 parent 7b3570d commit 56019ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Android Build APK

on:
push:
branches:
- main
workflow_dispatch:
on: push
# push:
# branches:
# - main
# workflow_dispatch:

jobs:
android_build_apk:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/android_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Publish to Google Play Store

on:
push:
branches:
- main
workflow_dispatch:
on: push
# push:
# branches:
# - main
# workflow_dispatch:

jobs:
deploy_internal_android:
Expand Down

0 comments on commit 56019ea

Please sign in to comment.