From b6d71a392945c6b9df27feb64347cf7b02abba30 Mon Sep 17 00:00:00 2001 From: db1234719 Date: Thu, 7 May 2026 17:47:40 +0330 Subject: [PATCH] fix: made it detect any change inside src folder and only run then --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 4c26f46..d77e2b7 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -4,7 +4,7 @@ on: push: branches: [main, master] paths: - - 'src/' + - 'src/**' pull_request: branches: [main, master]