Revert "workflows: removeredundant change check filters"

This reverts commit 2477cd595e6f22437454c9eef654ef01cfca7ed8.
This commit is contained in:
mahula 2025-02-18 16:16:31 +01:00
parent 83c0a7cddb
commit 9290958fe0
5 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,7 @@ jobs:
with:
filters: |
build:
- '.github/workflows/**/*'
- '**/*'
build:

View File

@ -15,6 +15,7 @@ jobs:
with:
filters: |
docs:
- '.github/workflows/**/*'
- '**/*.md'
- 'LICENSE'

View File

@ -15,6 +15,7 @@ jobs:
with:
filters: |
lint:
- '.github/workflows/**/*'
- '**/*'
# build:

View File

@ -15,6 +15,7 @@ jobs:
with:
filters: |
lint:
- '.github/workflows/**/*'
- '**/*'
# build:

View File

@ -15,6 +15,7 @@ jobs:
with:
filters: |
unit:
- '.github/workflows/**/*'
- '**/*'
- '!**/*.md'
predicate-quantifier: 'every'