diff --git a/.github/documentation.yml b/.github/workflows/documentation.yml similarity index 88% rename from .github/documentation.yml rename to .github/workflows/documentation.yml index a101ad3..e4fa71e 100644 --- a/.github/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,10 +1,6 @@ name: documentation -on: - pull_request: - types: [opened, ready_for_review] - push: - workflow_dispatch: +on: [push, pull_request, workflow_dispatch] permissions: contents: write