diff --git a/.github/workflows/pr-handling.yaml b/.github/workflows/pr-handling.yaml index fbeab3d70..657563478 100644 --- a/.github/workflows/pr-handling.yaml +++ b/.github/workflows/pr-handling.yaml @@ -26,7 +26,7 @@ jobs: ask-review: name: Run pull-review runs-on: ubuntu-latest - if: ${{ !github.event.pull_request.draft }} + if: ${{ !github.event.pull_request.draft && github.event.pull_request.base.ref == 'main' }} steps: - uses: actions/checkout@v4 - name: Run pull-review with docker