diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c759021..04ce19c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: run: pnpm run build publish: - if: github.ref == 'refs/heads/main' && github.event_name == 'push' + if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') name: Publish App runs-on: ubuntu-latest needs: build