diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 66ead11..4fd1a9b 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -1,9 +1,9 @@ name: Documenter on: - push: + workflow_run: + workflows: ["CI"] branches: [master, ci] - tags: [v*] - pull_request: + types: [completed] jobs: Documenter: