Skip to content

Commit ebacf47

Browse files
committed
don't run full GH action build for changes in docs
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
1 parent 54f89b6 commit ebacf47

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@
1212

1313
name: SAAJ RI
1414

15-
on: [push, pull_request]
15+
on:
16+
pull_request:
17+
paths-ignore:
18+
- 'docs/**'
19+
- 'www/**'
20+
push:
21+
paths-ignore:
22+
- 'docs/**'
23+
- 'www/**'
1624

1725
concurrency:
1826
group: ${{ github.ref }}

0 commit comments

Comments
 (0)