Skip CI on bean-only changes
All checks were successful
CI / backend-lint (push) Successful in 7s
CI / frontend-lint (push) Successful in 29s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Julian Tabel
2026-02-10 12:29:52 +01:00
parent 29f0b930f8
commit 7e8d55ec06

View File

@@ -3,8 +3,12 @@ name: CI
on: on:
push: push:
branches: [develop] branches: [develop]
paths-ignore:
- ".beans/**"
pull_request: pull_request:
branches: [develop] branches: [develop]
paths-ignore:
- ".beans/**"
jobs: jobs:
backend-lint: backend-lint: