We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4ec645 + 803e15f commit 9c5fa1aCopy full SHA for 9c5fa1a
.github/workflows/ci-dev.yml
@@ -8,6 +8,7 @@ on:
8
paths: # but react only to changes in code or pipeline definition
9
- evita*/**/*.java
10
- evita*/**/pom.xml
11
+ - jacoco/**/pom.xml
12
- docker/**.*
13
- .github/**.*
14
pull_request_target:
.github/workflows/ci-master.yml
- evita*/**/dist/**.*
jacoco/pom.xml
@@ -30,6 +30,7 @@
30
<parent>
31
<groupId>io.evitadb</groupId>
32
<artifactId>evita_root</artifactId>
33
+ <!-- fixed parent version -->
34
<version>10.1-SNAPSHOT</version>
35
</parent>
36
<dependencies>
0 commit comments