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