diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d1c8966c7a..060787f4d1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,7 @@ name: Maven on: pull_request: branches: [ "master" ] + types: [synchronize, opened, reopened, ready_for_review] jobs: build: @@ -14,6 +15,7 @@ jobs: pull-requests: write name : Code Check + if: github.event.pull_request.draft == false runs-on: ubuntu-latest steps: