ci: Ensure that the docs build is triggered for script changes

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9452>
This commit is contained in:
Nirbheek Chauhan 2025-07-28 23:28:25 +05:30
parent c98d49f13e
commit 08db7b9497

View File

@ -1026,6 +1026,14 @@ valgrind ges:
paths:
- documentation/
- diffs/
rules:
- !reference [.upstream-branch-rules, rules]
- changes:
paths:
*modules_changes
- changes:
paths:
- "scripts/generate_plugins_path.py"
#
# This jobs runs in gstreamer namespace when after the merge into main branch.