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