浏览代码

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

Sigbjørn Skjæret 2 月之前
父节点
当前提交
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'