From ac87622fa4b515c741a745390b83df29815cb856 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 21 May 2024 16:09:28 -0600 Subject: [PATCH] ci: require website build before deploy (#189) --- .github/workflows/website.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index da04775..020d7fe 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -43,7 +43,9 @@ jobs: deploy: name: Deploy website + if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' + needs: build runs-on: ubuntu-latest