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:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
tags: ['v*']
|
tags: ['v*']
|
||||||
|
paths-ignore:
|
||||||
|
- '*.md'
|
||||||
|
- 'docs/**'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CHART_NAME: infra-report
|
CHART_NAME: infra-report
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue