[CI] Do not build helpers if no corresponding files changed
Some checks failed
Build Docs / build_docs (push) Failing after 6s

This commit is contained in:
2025-12-22 15:12:16 +01:00
parent dca911c00b
commit 98b3e7ee66

View File

@@ -1,6 +1,9 @@
name: Build helpers name: Build helpers
on: on:
push push:
paths:
- 'main/**'
- 'extra/**'
jobs: jobs:
build_docs: build_docs:
runs_on: ubuntu-latest runs_on: ubuntu-latest