Skip to content

Commit

Permalink
fix: run ci job if package.json was modified
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Aug 7, 2024
1 parent 0d5ae72 commit 7156d36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reactCompiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- ".github/workflows/reactCompiler.yml"
- "src/**"
- "package.json"

jobs:
check:
Expand Down

0 comments on commit 7156d36

Please sign in to comment.