From 4b919634dec7453201e2d29b821e4048710147fc Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 18 Sep 2023 13:30:03 +0300 Subject: [PATCH] ci: remove example templates readme from docs filter --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e4e7c6af5b2df..1f3b6f72a0f53 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -53,7 +53,6 @@ jobs: docs: - "docs/**" - "README.md" - - "examples/templates/**" - "examples/web-server/**" - "examples/monitoring/**" - "examples/lima/**"