Skip to content

Commit

Permalink
chore(ci): limit running tests to only changes to specific targets (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobJingleheimer authored Dec 14, 2024
1 parent c875d81 commit 1d6bd57
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@ name: CI
on:
push:
branches: ["main"]
paths:
- "recipes/**"
- "package.json"
- "package-lock.json"
pull_request:
branches: ["main"]
paths:
- "recipes/**"
- "package.json"
- "package-lock.json"
types:
- opened
- ready_for_review
Expand Down

0 comments on commit 1d6bd57

Please sign in to comment.