ci: Skip test workflow on markdown-only pushes
CI / vulncheck (pull_request) Successful in 14s
CI / check-and-test (pull_request) Successful in 40s

Docs-only pushes to main (**.md / CONTRIBUTING.md) do not need the
full check-and-test job. Pull requests are unchanged.
This commit is contained in:
s1d3sw1ped_bot
2026-09-01 20:19:19 +00:00
parent 30a695458e
commit acd006d4a2
+3
View File
@@ -4,6 +4,9 @@ on:
push:
branches:
- main
paths-ignore:
- '**.md'
- 'CONTRIBUTING.md'
jobs:
check-and-test: