Skip to content

Commit 1ccee7c

Browse files
committed
try to fix paths filter
1 parent e61b856 commit 1ccee7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/next.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,15 @@ jobs:
4444
- uses: dorny/paths-filter@v3
4545
id: filter
4646
with:
47-
base: main
4847
filters: |
4948
backend:
5049
- 'backend/**'
5150
- '.github/workflows/backend.yml'
51+
- '.github/workflows/next.yml'
5252
frontend:
5353
- 'frontend-next/**'
5454
- '.github/workflows/frontend.yml'
55+
- '.github/workflows/next.yml'
5556
5657
- name: Test vars
5758
run: |

0 commit comments

Comments
 (0)