From 1b4a95a213259473b670de96ae3f1ad5ec03a737 Mon Sep 17 00:00:00 2001 From: Dominik Przybysz Date: Fri, 29 Nov 2024 18:12:19 +0100 Subject: [PATCH] Run spi-fly tests only for spi-fly changes --- .github/workflows/spi-fly.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/spi-fly.yml b/.github/workflows/spi-fly.yml index 01bb968f61..cf48c04a25 100644 --- a/.github/workflows/spi-fly.yml +++ b/.github/workflows/spi-fly.yml @@ -14,11 +14,9 @@ name: SPI Fly - CI Build on: push: - # Sequence of patterns matched against refs/heads - branches-ignore: - # Push events to branches matching refs/heads/dependabot/** - - 'dependabot/**' - pull_request: + paths: + - spi-fly/** + - .github/workflows/spi-fly.yml defaults: run: