restrict paths triggering build

This commit is contained in:
Nick Seguin 2023-12-10 19:22:59 -06:00
parent 9b65197363
commit b0ae1e6da3

View file

@ -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: