We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0afa81c commit 1cf62c4Copy full SHA for 1cf62c4
.github/workflows/javadoc.yml
@@ -3,6 +3,10 @@ name: Maven Site
3
on:
4
push:
5
branches: [ main ]
6
+ paths:
7
+ - '.github/workflows/javadoc.yml'
8
+ - 'jsgenerator-core/**'
9
+ - 'pom.xml'
10
11
jobs:
12
build:
0 commit comments