diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index fe0741e8..999b4b48 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -6,10 +6,14 @@ on: branches: - main - development + - v4.*.x + paths: + - 'userdocs/**' pull_request: branches: - main - development + - v4.*.x paths: - 'userdocs/**'