From 733b471f9bd6353eead73c81d5d459e3b2931bb6 Mon Sep 17 00:00:00 2001 From: Steve Schmerler Date: Tue, 13 Sep 2022 22:09:26 +0200 Subject: [PATCH] MNT: CI: add dep docs -> tests --- .github/workflows/gh-pages.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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: