ci: include only server

This prevent the tests to run when readme is changed.
This commit is contained in:
2023-11-01 15:08:59 +01:00
committed by Mathieu Virbel
parent 86f4de7958
commit a5b9e75e21

View File

@@ -2,11 +2,11 @@ name: Unittests
on: on:
pull_request: pull_request:
paths-ignore: paths:
- 'www/**' - 'server/'
push: push:
paths-ignore: paths:
- 'www/**' - 'server/'
jobs: jobs:
pytest: pytest: