mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2026-09-23 13:18:40 +00:00
28 lines
566 B
YAML
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'
|