Quellcode durchsuchen

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

Sigbjørn Skjæret vor 2 Monaten
Ursprung
Commit
cec5edbcae
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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'