Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sneha-s committed Apr 5, 2024
1 parent 4691a34 commit 915562e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Android Build APK

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


jobs:

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/android_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Publish to Google Play Store

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



jobs:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ios_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Publish to App Store Connect

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



jobs:
Expand Down

0 comments on commit 915562e

Please sign in to comment.