Skip to content

Commit

Permalink
Merge pull request #158 from AII-the-time/fix/#157-update-cd
Browse files Browse the repository at this point in the history
feat: update ci/cd logic #157
  • Loading branch information
915dbfl authored Nov 11, 2023
2 parents 19535f4 + 737d755 commit eab2c13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/android-cd.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Android CD

on:
push:
pull_request:
branches: [ main ]

jobs:
Expand All @@ -17,6 +17,7 @@ jobs:
serviceCredentialsFileContent: ${{ secrets.CREDENTIAL_FILE_CONTENT }}
groups: all-the-time
file: app/build/outputs/apk/debug/app-debug.apk
releaseNotes: |
${{ github.event.pull_request.title }}
${{ github.event.pull_request.html_url }}
${{ github.event.pull_request.body }}
2 changes: 1 addition & 1 deletion .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Android CI

on:
push:
pull_request:
branches: [ develop ]

jobs:
Expand Down

0 comments on commit eab2c13

Please sign in to comment.