Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/correct-ts-speci…
Browse files Browse the repository at this point in the history
…fiers
  • Loading branch information
JakobJingleheimer committed Dec 15, 2024
2 parents 9824fd4 + 1d6bd57 commit c1d9f99
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 c1d9f99

Please sign in to comment.