ci: skip CI for markdown-only changes
CI/CD / build-and-push (push) Successful in 8s
Details
CI/CD / build-and-push (push) Successful in 8s
Details
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
15de6e2145
commit
2375e886e7
|
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
branches: [main]
|
||||
tags: ['v*']
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
- 'docs/**'
|
||||
|
||||
env:
|
||||
CHART_NAME: infra-report
|
||||
|
|
|
|||
Loading…
Reference in New Issue