From 7e8d55ec06626d5a6d2e4071ee3f18f4520810e3 Mon Sep 17 00:00:00 2001 From: Julian Tabel Date: Tue, 10 Feb 2026 12:29:52 +0100 Subject: [PATCH] Skip CI on bean-only changes Co-Authored-By: Claude Opus 4.6 --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d52d333..f59f746 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,12 @@ name: CI on: push: branches: [develop] + paths-ignore: + - ".beans/**" pull_request: branches: [develop] + paths-ignore: + - ".beans/**" jobs: backend-lint: