Skip to content

Commit

Permalink
fix gh action 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 22, 2022
1 parent bcace35 commit fc0eb20
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 Mail

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

jobs:
build:
Expand Down

0 comments on commit fc0eb20

Please sign in to comment.