change to only run on docs pushes

This commit is contained in:
bakedpotatolord 2025-06-18 17:14:33 -06:00
commit 571e99c862

View file

@ -1,6 +1,8 @@
name: 'Docs Fomatting Check'
on:
push:
paths:
- './docs/**'
workflow_dispatch:
jobs: