Skip to content

Commit

Permalink
fix gh build
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 Dec 20, 2022
1 parent b941666 commit d2dc176
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ name: Angus-Activation

on:
pull_request:
paths:
- '!docs/**'
- '!www/**'
paths-ignore:
- 'docs/**'
- 'www/**'
push:
paths:
- '!docs/**'
- '!www/**'
paths-ignore:
- 'docs/**'
- 'www/**'

jobs:
build:
Expand Down

0 comments on commit d2dc176

Please sign in to comment.