Skip to content

Commit 67cebea

Browse files
committed
fix: add paths-ignore to maintenance branch CI/CD build
- Skip CI/CD builds when only docs/README files change on 1.0.x - Maintains consistency with main branch configuration - Further reduces unnecessary maintenance branch builds
1 parent 6e3eedb commit 67cebea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
branches:
66
- '*.*.x'
7+
paths-ignore:
8+
- 'spring-ai-docs/**'
9+
- '*.md'
10+
- 'docs/**'
711
workflow_dispatch:
812

913
jobs:

0 commit comments

Comments
 (0)