From 8ff6a14e5e3edc3bc13ef49855e2d25e3332d51f Mon Sep 17 00:00:00 2001 From: Pravin Dahal Date: Thu, 10 Jul 2025 17:42:18 +0200 Subject: [PATCH] chore: add Dockerfile to match patterns --- .github/workflows/techdocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/techdocs.yaml b/.github/workflows/techdocs.yaml index 91a8d21..64c733d 100644 --- a/.github/workflows/techdocs.yaml +++ b/.github/workflows/techdocs.yaml @@ -71,6 +71,8 @@ jobs: - "${{ inputs.docs_dir }}**/*.go" - "${{ inputs.docs_dir }}**/*.py" - "${{ inputs.docs_dir }}**/*.yaml" + - "${{ inputs.docs_dir }}**/Dockerfile" + - "${{ inputs.docs_dir }}**/*.Dockerfile" - .vale/** markdown: - added|modified: "${{ inputs.docs_dir }}**/*.md"