Remove redundant workflow filters for .forgejo/workflows/**.
This commit is contained in:
parent
6d3b1cbffd
commit
df17dc3f2e
|
|
@ -20,14 +20,13 @@ jobs:
|
|||
- id: filter
|
||||
uses: https://github.com/dorny/paths-filter@v3
|
||||
with:
|
||||
list-files: shell
|
||||
filters: |
|
||||
backend:
|
||||
- 'back001/**'
|
||||
- '.forgejo/workflows/**'
|
||||
- 'ci/**'
|
||||
frontend:
|
||||
- 'front001/**'
|
||||
- '.forgejo/workflows/**'
|
||||
- 'ci/**'
|
||||
outputs:
|
||||
backend: ${{ steps.filter.outputs.backend }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue