We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc9f75 commit d31212dCopy full SHA for d31212d
.github/workflows/main.yml
@@ -6,6 +6,7 @@ name: Maven
6
on:
7
pull_request:
8
branches: [ "master" ]
9
+ types: [synchronize, opened, reopened, ready_for_review]
10
11
jobs:
12
build:
@@ -14,6 +15,7 @@ jobs:
14
15
pull-requests: write
16
17
name : Code Check
18
+ if: github.event.pull_request.draft == false
19
runs-on: ubuntu-latest
20
21
steps:
0 commit comments