Skip to content

Commit

Permalink
No github action on Draft PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Aug 22, 2022
1 parent fbc9f75 commit d31212d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: Maven
on:
pull_request:
branches: [ "master" ]
types: [synchronize, opened, reopened, ready_for_review]

jobs:
build:
Expand All @@ -14,6 +15,7 @@ jobs:
pull-requests: write

name : Code Check
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit d31212d

Please sign in to comment.