diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 0be574b9..25a70b7e 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -41,7 +41,7 @@ jobs: name: Deploy to Cloudflare runs-on: ubuntu-latest needs: lint - if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' + if: github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' defaults: run: working-directory: web