Skip to content

Commit

Permalink
change job
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sidhdhi-p committed Jun 19, 2024
1 parent 85cc868 commit 9fc7f3a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
name: Android Build APK

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

jobs:

build:
android_build_apk:
runs-on: ubuntu-latest

steps:

- name: Checkout
uses: actions/checkout@v4

Expand Down
15 changes: 7 additions & 8 deletions .github/workflows/android_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
name: Publish to Google Play Store

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

jobs:

build:
deploy_internal_android:
runs-on: ubuntu-latest

steps:

- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 9fc7f3a

Please sign in to comment.