Merge branch 'main' into improve-docs

This commit is contained in:
Anton Tranelis 2025-02-28 09:59:30 +00:00 committed by GitHub
commit 645b307ddb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,8 @@ jobs:
filters: |
docs:
- '.github/workflows/**/*'
- '**/*'
- '**/*.md'
- 'LICENSE'
# build:
# if: needs.files-changed.outputs.frontend == 'true'

View File

@ -17,6 +17,8 @@ jobs:
unit:
- '.github/workflows/**/*'
- '**/*'
- '!**/*.md'
predicate-quantifier: 'every'
unit:
if: needs.files-changed.outputs.unit == 'true'