diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 832cc16..2d10e93 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -1,9 +1,11 @@ name: docs on: - push: - branches: - - master + workflow_run: + workflows: ["tests"] + branches: [master] + types: + - completed jobs: pages: