ci: fix path inclusion on test_server

This commit is contained in:
2023-11-02 11:53:44 +01:00
committed by Mathieu Virbel
parent fac04d1db1
commit 5a92080e8c

View File

@@ -3,10 +3,10 @@ name: Unittests
on:
pull_request:
paths:
- 'server/'
- 'server/**'
push:
paths:
- 'server/'
- 'server/**'
jobs:
pytest: