Skip to content

Commit 47fa87a

Browse files
committed
Add backend folder to test workflow
1 parent bcdf723 commit 47fa87a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test-backend.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Test backend
22

33
on:
44
push:
5+
paths:
6+
- backend/**
7+
pull_request:
8+
paths:
9+
- backend/**
510
workflow_dispatch:
611

712
env:

0 commit comments

Comments
 (0)