Skip to content

Commit

Permalink
ci(pr): only run when update specific files
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ad committed Dec 22, 2023
1 parent 7c7a05a commit 0085520
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ name: Pull Request
on:
workflow_dispatch:
pull_request:
paths:
- 'src/**'
- 'package-lock.json'
- 'package.json'
- 'tsconfig.json'
- 'tsconfig.*.json'
- 'vite.config.ts'

jobs:
build:
Expand Down

0 comments on commit 0085520

Please sign in to comment.