Skip to content

Commit

Permalink
ci: also check for client behavior on shared package changes
Browse files Browse the repository at this point in the history
  • Loading branch information
V-ed committed Feb 22, 2024
1 parent cb487a6 commit aeaad02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/client-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- '!release-please**'
paths:
- 'client/**'
- 'api/src/@shared/**'

env:
NODE_VERSION: '20'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths:
- 'client/**'
- 'api/src/@shared/**'
- 'package.json'
- '.github/workflows/main-client.yml'

Expand Down

0 comments on commit aeaad02

Please sign in to comment.