workflow/test: do not start if only unrelated files were changed
This commit is contained in:
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
@@ -1,5 +1,16 @@
|
|||||||
name: Test
|
name: Test
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
|
- '**.md'
|
||||||
|
- 'radicale/web/README.md'
|
||||||
|
- 'radicale/web/internal_data/css/icons/credits.md'
|
||||||
|
- 'Dockerfile'
|
||||||
|
- 'Dockerfile.dev'
|
||||||
|
- 'config'
|
||||||
|
- 'rights'
|
||||||
|
- 'contrib/**'
|
||||||
|
- 'compose.yaml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user