Skip to content

Commit

Permalink
don't run full GH action build for changes in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed May 12, 2023
1 parent 54f89b6 commit ebacf47
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/maven.yml
Expand Up @@ -12,7 +12,15 @@

name: SAAJ RI

on: [push, pull_request]
on:
pull_request:
paths-ignore:
- 'docs/**'
- 'www/**'
push:
paths-ignore:
- 'docs/**'
- 'www/**'

concurrency:
group: ${{ github.ref }}
Expand Down

0 comments on commit ebacf47

Please sign in to comment.