From d15ae7ba57cf83a43b21192a413da7eef40ae2ef Mon Sep 17 00:00:00 2001 From: andrea Date: Sun, 15 Mar 2026 12:05:30 +0100 Subject: [PATCH] exectue CI only when selected files are modified --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f92ec0..fa67469 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,10 @@ name: Arduino Pong CI on: push: branches: [ master ] + paths: + - 'arduino_pong.ini' + - 'Makefile' + - '.github/workflows/ci.yml' jobs: build: