Skip to content

Commit

Permalink
ci: Add correct push paths
Browse files Browse the repository at this point in the history
PM-108
  • Loading branch information
jackkray committed Sep 20, 2024
1 parent c47b81d commit 9e669c6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/bank-sdk.publish.firebase.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ name: Publish Bank SDK Example App QA Build to Firebase distribution
on:
workflow_dispatch:
push:
paths:
- 'bank-sdk/**'
- 'capture-sdk/**'
- 'bank-api-library/**'
- 'core-api-library/**'
- 'gradle/**'

jobs:
check:
Expand Down Expand Up @@ -47,6 +41,11 @@ jobs:
-PreleaseKeyAlias="screen_api_example"
-PreleaseKeyPassword='${{ secrets.BANK_SDK_EXAMPLE_APP_KEYSTORE_PASSWORD }}'
- name: Check file existence
uses: andstor/file-existence-action@v3
with:
files: "example-app-qa-exampleApp-release.apk"

- name: Distribute Health-sdk example apk to Firebase App Distribution
uses: wzieba/Firebase-Distribution-Github-Action@v1
with:
Expand Down

0 comments on commit 9e669c6

Please sign in to comment.