ci: run in any situation on docs folder changes

This commit is contained in:
abel
2025-10-02 17:22:15 +02:00
committed by GitHub
parent d2e0b61b67
commit c9f8926bc3

View File

@@ -1,9 +1,14 @@
name: Docusaurus test deployment
on:
workflow_dispatch:
push:
paths:
- "docs/**"
pull_request:
branches:
- master
paths:
- "docs/**"
jobs:
test-deploy: