mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
ci: include only server
This prevent the tests to run when readme is changed.
This commit is contained in:
8
.github/workflows/test_server.yml
vendored
8
.github/workflows/test_server.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user