diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index fbd1468c..3054e2d3 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -25,11 +25,13 @@ name: Documentation on: push: paths: + - '.github/workflows/documentation.yml' - 'docs/**' - 'src/**' - 'example/**' pull_request: paths: + - '.github/workflows/documentation.yml' - 'docs/**' - 'src/**' - 'example/**'