mirror of
https://github.com/documenso/documenso.git
synced 2025-11-09 20:12:31 +10:00
19 lines
312 B
YAML
19 lines
312 B
YAML
'apps: web':
|
|
- apps/web/**
|
|
|
|
'version bump 👀':
|
|
- '**/package.json'
|
|
- '**/package-lock.json'
|
|
|
|
'🚨 migrations 🚨':
|
|
- packages/prisma/migrations/**/migration.sql
|
|
|
|
'🚨 e2e changes 🚨':
|
|
- packages/app-tests/e2e/**
|
|
|
|
'🚨 .env changes 🚨':
|
|
- .env.example
|
|
|
|
'pkg: ee changes':
|
|
- packages/ee/**
|