Pārlūkot izejas kodu

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

Sigbjørn Skjæret 2 mēneši atpakaļ
vecāks
revīzija
cec5edbcae
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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'