From b94706ff790355cea96db3ceb9a09ddcc57772f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Deltheil?= Date: Thu, 1 Feb 2024 10:15:18 +0000 Subject: [PATCH] ci.yml: specify including paths --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ddf864..858e490 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,11 @@ name: CI on: push: + paths: + - src/** + - tests/** + - scripts/** + - .github/workflows/ci.yml pull_request_target: types: [labeled]