restrict paths triggering build
This commit is contained in:
parent
9b65197363
commit
b0ae1e6da3
1 changed files with 10 additions and 0 deletions
|
@ -4,6 +4,16 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'tests/**'
|
||||
- 'targets/**'
|
||||
- 'package.json'
|
||||
- 'pnpm-lock.yaml'
|
||||
- 'tailwind.config.ts'
|
||||
- 'tsconfig.json'
|
||||
- '*.props'
|
||||
- '*.targets'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue