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 20c282a commit c47b81d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/bank-sdk.publish.firebase.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ 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
5 changes: 5 additions & 0 deletions .github/workflows/health-sdk.publish.firebase.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name: Publish Health SDK Example App QA Build to Firebase App Distribution
on:
workflow_dispatch:
push:
paths:
- 'health-sdk/**'
- 'health-api-library/**'
- 'core-api-library/**'
- 'gradle/**'

jobs:
check:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/merchant-sdk.publish.firebase.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name: Publish Merchant SDK Example App QA Build to Firebase App Distribution
on:
workflow_dispatch:
push:
paths:
- 'merchant-sdk/**'
- 'health-api-library/**'
- 'core-api-library/**'
- 'gradle/**'

jobs:
check:
Expand Down

0 comments on commit c47b81d

Please sign in to comment.