Skip to content

Commit

Permalink
run on push
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sidhdhi-p committed Jun 18, 2024
1 parent e874918 commit 9cb08cf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
11 changes: 6 additions & 5 deletions .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
#on:
# workflow_dispatch:
# push:
# branches:
# - main
on: push

jobs:

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

on:
push:
branches:
- main
workflow_dispatch:

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

build:
Expand Down

0 comments on commit 9cb08cf

Please sign in to comment.