Files
2026-05-13 00:56:32 +09:00

28 lines
566 B
YAML

cicd:
- changed-files:
- any-glob-to-any-file: '.github/workflows/*'
dependencies:
- changed-files:
- any-glob-to-any-file:
- '.nvmrc'
- 'package.json'
- 'package-lock.json'
documentation:
- changed-files:
- any-glob-to-any-file: 'README.md'
test:
- changed-files:
- any-glob-to-any-file: '__tests__/**'
docker:
- changed-files:
- any-glob-to-any-file:
- '.devcontainer/*'
- '.dockerignore'
- 'Dockerfile'
- 'Makefile'
- 'docker-compose.yml'