From 109462097160386ffca473c8959e8758f03607b8 Mon Sep 17 00:00:00 2001 From: FMJdev Date: Sun, 18 Aug 2024 16:08:03 +0200 Subject: [PATCH] ci: update CI to only run on code changes Add paths to exclude unrelated changes from CI testing and releases. --- .github/workflows/ci.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1f05c66..ab305bc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,9 +6,19 @@ on: push: branches: - "**" + paths: + - "test/**" + - "scripts/**" + - "lib/**" + - "bin/**" pull_request: branches: - "**" + paths: + - "test/**" + - "scripts/**" + - "lib/**" + - "bin/**" defaults: run: