瀏覽代碼

ci : avoid manual updates of docs/ops.md (#16663)

Sigbjørn Skjæret 3 月之前
父節點
當前提交
cec5edbcae
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/update-ops-docs.yml

+ 2 - 0
.github/workflows/update-ops-docs.yml

@@ -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'