Skip to content

Commit

Permalink
Run CI jobs if yarn.lock changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Apr 9, 2024
1 parent 27b2634 commit 833a039
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-codegen.yml
Expand Up @@ -22,6 +22,7 @@ jobs:
filters: |
codegen:
- 'packages/rtk-query-codegen-openapi/**'
- 'yarn.lock'
build:
needs: changes
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Expand Up @@ -20,6 +20,7 @@ jobs:
- 'packages/toolkit/**'
- 'examples/publish-ci/**'
- '.github/workflows/tests.yml'
- 'yarn.lock'
build:
needs: changes
Expand Down

0 comments on commit 833a039

Please sign in to comment.