Skip heavy CI on text-only changes

This commit is contained in:
andrew 2026-04-11 15:22:11 +03:00
parent 696eb3fe33
commit af7a74bf2c
2 changed files with 98 additions and 2 deletions

View file

@ -4,6 +4,12 @@ on:
push:
branches:
- main
paths-ignore:
- "**/*.md"
- "**/*.mdx"
- "**/*.txt"
- "**/*.rst"
- "**/*.adoc"
workflow_dispatch:
jobs: