Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sidhdhi-p committed Jun 17, 2024
1 parent 468658b commit 8dc95da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Android Build APK

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


on: push
jobs:

build:
Expand Down Expand Up @@ -78,9 +76,6 @@ jobs:
cd ..
mv khelo/build/app/outputs/apk/release/Khelo*.apk .
- name: List files in root directory
run: ls -la

- name: Upload APK Artifact
uses: actions/upload-artifact@v4
with:
Expand Down
12 changes: 5 additions & 7 deletions .github/workflows/android_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: Publish to Google Play Store

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

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

jobs:

Expand Down

0 comments on commit 8dc95da

Please sign in to comment.