Skip CI on bean-only changes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -3,8 +3,12 @@ name: CI
|
||||
on:
|
||||
push:
|
||||
branches: [develop]
|
||||
paths-ignore:
|
||||
- ".beans/**"
|
||||
pull_request:
|
||||
branches: [develop]
|
||||
paths-ignore:
|
||||
- ".beans/**"
|
||||
|
||||
jobs:
|
||||
backend-lint:
|
||||
|
||||
Reference in New Issue
Block a user