]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : avoid manual updates of docs/ops.md (#16663)
authorSigbjørn Skjæret <redacted>
Sun, 19 Oct 2025 12:03:25 +0000 (14:03 +0200)
committerGitHub <redacted>
Sun, 19 Oct 2025 12:03:25 +0000 (14:03 +0200)
.github/workflows/update-ops-docs.yml

index c0218fa7421735e014151d73cf30b44379fde84c..d5e264b34f4963670641e7dcb1fe40a4a14e2aa2 100644 (file)
@@ -3,10 +3,12 @@ name: Update Operations Documentation
 on:
     push:
         paths:
+            - 'docs/ops.md'
             - 'docs/ops/**'
             - 'scripts/create_ops_docs.py'
     pull_request:
         paths:
+            - 'docs/ops.md'
             - 'docs/ops/**'
             - 'scripts/create_ops_docs.py'