Skip to content

Commit

Permalink
chore: trigger package tests when yarn lock changes (#1839)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored Apr 20, 2022
1 parent 7f4ae7a commit c13c4aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ on:
paths:
- 'packages/api/**'
- '.github/workflows/api.yml'
- 'yarn.lock'
pull_request:
paths:
- 'packages/api/**'
- '.github/workflows/api.yml'
- 'yarn.lock'
jobs:
test:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ on:
paths:
- 'packages/client/**'
- '.github/workflows/client.yml'
- 'yarn.lock'
pull_request:
branches:
- main
paths:
- 'packages/client/**'
- '.github/workflows/client.yml'
- 'yarn.lock'

jobs:
check:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:
- main
paths:
- 'packages/website/**'
- 'yarn.lock'
pull_request:
paths:
- 'packages/website/**'
- 'yarn.lock'

jobs:
check:
Expand Down

0 comments on commit c13c4aa

Please sign in to comment.