Only run documentation linter on branches that target main (#99163)

This commit is contained in:
Jack Baldry 2025-01-20 09:52:39 +00:00 committed by GitHub
parent dea2e41e9f
commit 1e53ab609e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
name: Documentation CI
on:
pull_request:
branches: ["main"]
paths: ["docs/sources/**"]
workflow_dispatch:
jobs: