diff --git a/.github/workflows/ci_test-full.yml b/.github/workflows/ci_test-full.yml index ec9e71c5b8..c668186689 100644 --- a/.github/workflows/ci_test-full.yml +++ b/.github/workflows/ci_test-full.yml @@ -6,11 +6,14 @@ on: # Trigger the workflow on push or pull request, but only for the master bra branches: [master, "release/*"] pull_request: branches: [master, "release/*"] + types: [opened, reopened, ready_for_review, synchronize] jobs: + pytest: runs-on: ${{ matrix.os }} + if: github.event.pull_request.draft == false strategy: fail-fast: false matrix: