Skip to content

Commit

Permalink
ci: run test after dependency or 'tsconfig.json' update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaku-BB committed Sep 17, 2023
1 parent 7bea4e2 commit e6bca57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ on:
push:
paths:
- src/**
- package.json
- pnpm-lock.yaml
- tsconfig.json
pull_request:
paths:
- src/**
- package.json
- pnpm-lock.yaml
- tsconfig.json

jobs:
test:
Expand Down

0 comments on commit e6bca57

Please sign in to comment.