Skip to content

Commit 864d49c

Browse files
committed
fix backend test workflow
Signed-off-by: Nelesh Singla <117123879+nsingla@users.noreply.github.com>
1 parent 41bac1f commit 864d49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backend-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
pull_request:
2626
paths:
2727
- '.github/workflows/backend-unit-tests.yml'
28-
- './components/backend/**'
28+
- 'components/backend/**'
2929
- '!**/*.md'
3030

3131
concurrency:

0 commit comments

Comments
 (0)