Skip to content

Commit

Permalink
Merge pull request #963 from bcgov/path
Browse files Browse the repository at this point in the history
Adding scope to the job to run only when changes happen in the service/tenant-ui folder.
  • Loading branch information
esune authored Dec 20, 2023
2 parents 96c1287 + 86d3f0b commit 724fc13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_tenant_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches: ["main"]
pull_request:
branches: ["main"]
paths:
- 'services/tenant-ui/**'

jobs:
backend:
Expand Down

0 comments on commit 724fc13

Please sign in to comment.