Skip to content

Commit

Permalink
ci(unit): make Github Action for Maven Unit Tests be triggered on POM…
Browse files Browse the repository at this point in the history
… changes IQSS#8394
  • Loading branch information
poikilotherm committed Feb 3, 2022
1 parent b4d1679 commit 96fde95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ on:
push:
paths:
- "**.java"
- "pom.xml"
- "modules/**/pom.xml"
pull_request:
paths:
- "**.java"
- "pom.xml"
- "modules/**/pom.xml"

jobs:
unittest:
Expand Down

0 comments on commit 96fde95

Please sign in to comment.