diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ba397d..4edb50e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: push: branches: [main] pull_request: - types: [opened, synchronize, reopened] + types: [opened, synchronize, reopened, ready_for_review] concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -16,6 +16,7 @@ permissions: jobs: ci: + if: github.event_name != 'pull_request' || github.event.pull_request.draft == false runs-on: ubuntu-latest strategy: fail-fast: false