ci: skip the heavy e2e on docs-only pushes (paths-ignore)

This commit is contained in:
feder-cr 2026-07-02 00:17:03 +02:00
parent e1de4c3d96
commit 233f4b088f

View file

@ -19,6 +19,10 @@ name: e2e
on:
push:
branches: [main]
paths-ignore:
- '**.md'
- 'docs/**'
- 'LICENSE'
pull_request:
branches: [main]
workflow_dispatch: