Update workflows, paths

This commit is contained in:
Yurii
2026-04-23 12:32:56 +03:00
parent 305d74fbea
commit c60ecd4c4d
2 changed files with 5 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ on:
- '**.yml'
- 'composer.lock'
- 'phpstan.neon'
- '.github/workflows/test.yml'
jobs:
test:

View File

@@ -7,12 +7,16 @@ on:
- 'fix'
paths:
- '**.ts'
- 'package-lock.json'
- 'tsconfig.json'
- '.github/workflows/ts-check.yml'
pull_request:
paths:
- '**.ts'
- 'package-lock.json'
- 'tsconfig.json'
- '.github/workflows/ts-check.yml'
jobs:
typescript-check: