Restrict userdocs from building during pr when not modified

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-07-09 11:38:33 -06:00
parent 432a314f04
commit 4f63790896

View File

@@ -13,6 +13,8 @@ on:
branches:
- main
- 'v4.*.x'
paths:
- 'userdocs/**'
jobs:
publish: