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 3c973ef commit 8aed363Copy full SHA for 8aed363
.github/workflows/build-verify.yml
@@ -4,24 +4,14 @@ on:
4
paths-ignore:
5
- '.github/**'
6
- '.gitignore'
7
- - 'ADOPTERS*'
8
- 'LICENSE'
9
- - 'README*'
10
- - 'CHANGELOG*'
11
- - 'ROADMAP*'
12
- - 'GOVERNANCE*'
13
- - 'CODE_OF_CONDUCT*'
+ - '*.md'
14
pull_request:
15
16
17
18
19
20
21
22
23
24
25
permissions: read-all
26
jobs:
27
build-verify-package:
@@ -43,4 +33,4 @@ jobs:
43
33
run: mvn -B clean package
44
34
45
35
- name: Verify Javadoc completion
46
- run: mvn -B javadoc:javadoc
36
+ run: mvn -B javadoc:javadoc
0 commit comments