diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index c52138d2..08d5e4c8 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -4,6 +4,10 @@ on: push: branches: - master + workflow_run: + workflows: ["Fetch GitHub Stars"] + types: [completed] + branches: [master] permissions: contents: read @@ -16,6 +20,7 @@ concurrency: jobs: build: + if: github.event_name == 'push' || github.event.workflow_run.conclusion == 'success' runs-on: ubuntu-latest steps: - uses: actions/checkout@v6