Skip to content

Commit ef47922

Browse files
author
Vladimir Kotal
committed
restrict paths to Maven modules
1 parent d48df11 commit ef47922

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/javadoc.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ name: Upload javadocs to Github pages
33
on:
44
push:
55
branches:
6-
- master
6+
- master
7+
paths:
8+
- opengrok-indexer/**
9+
- opengrok-web/**
10+
- suggester/**
11+
- plugins/**
712

813
jobs:
914
ubuntu:

0 commit comments

Comments
 (0)