Browse Source

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

Sigbjørn Skjæret 2 tháng trước cách đây
mục cha
commit
cec5edbcae
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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'