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: on:
pull_request: pull_request:
paths: paths:
- 'server/' - 'server/**'
push: push:
paths: paths:
- 'server/' - 'server/**'
jobs: jobs:
pytest: pytest: