From 6af539437c219c5f4b214afc56cd6c158f6430ab Mon Sep 17 00:00:00 2001
From: Michael Marszalek <mimarz@gmail.com>
Date: Mon, 2 Oct 2023 14:01:51 +0200
Subject: [PATCH] chore: :construction_worker: Scope PR checks

---
 .github/workflows/checks.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index a1a2c6f6c9..49aa6c03af 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -8,6 +8,8 @@ on:
   push:
     branches:
       - main
+    paths:
+      - 'packages/**'
 jobs:
   checks:
     name: Checks, builds and tests code