From 04ca4ce2203b3f2dc85037bc7a37c9e5efb05938 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 9 Oct 2023 11:22:34 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(ci.yml):=20update=20CI=20c?= =?UTF-8?q?onfiguration=20to=20include=20specific=20paths=20for=20push=20a?= =?UTF-8?q?nd=20pull=5Frequest=20events=20=F0=9F=94=A7=20chore(ci.yml):=20?= =?UTF-8?q?update=20CI=20configuration=20to=20include=20specific=20paths?= =?UTF-8?q?=20for=20push=20and=20pull=5Frequest=20events?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d81146d19..ae1c613e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,10 +4,18 @@ on: push: branches: - dev + paths: + - "tests/**" + - "src/backend/**" + - "pyproject.toml" pull_request: branches: - dev - main + paths: + - "tests/**" + - "src/backend/**" + - "pyproject.toml" jobs: build-and-test: