From 0a6e6442b857dadc20f11e68a9c66145c7681440 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 26 Jun 2023 12:48:23 +0300 Subject: [PATCH] chore: add examples templates to docs filter (#8196) --- .github/workflows/ci.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f443ebf2b4..6210315bc2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,8 +47,10 @@ jobs: docs: - "docs/**" - "README.md" - # For testing: - # - ".github/**" + - "examples/templates/**" + - "examples/web-server/**" + - "examples/monitoring/**" + - "examples/lima/**" go: - "**.sql" - "**.go"