Skip to content

Commit 1cf62c4

Browse files
authored
update: resolves #267 trigger the Javadoc Workflow only if .github/workflows/javadoc.yml, jsgenerator-core/ or pom.xml has changed
1 parent 0afa81c commit 1cf62c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/javadoc.yml

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Maven Site
33
on:
44
push:
55
branches: [ main ]
6+
paths:
7+
- '.github/workflows/javadoc.yml'
8+
- 'jsgenerator-core/**'
9+
- 'pom.xml'
610

711
jobs:
812
build:

0 commit comments

Comments
 (0)