restrict docs workflow to only run on docs change

This commit is contained in:
Tobias Brunner 2025-03-10 16:24:29 +01:00
parent ed5ee7badc
commit 9c9d435b04
No known key found for this signature in database

View file

@ -3,6 +3,8 @@ name: Build and Deploy Antora Docs
on:
push:
branches: [main]
paths:
- "docs/**"
workflow_dispatch:
jobs: