We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4bd0b82 + b3b97ff commit e7e73d4Copy full SHA for e7e73d4
1 file changed
.github/workflows/maven-build.yml
@@ -24,6 +24,17 @@ on:
24
push:
25
branches:
26
- master
27
+ # We should only let the source code files to trigger the push action
28
+ # to avoid meaningless snapshot pushing to sonatype
29
+ paths:
30
+ - 'api/**'
31
+ - 'caches/**'
32
+ - 'cdi-embedder/**'
33
+ - 'core/**'
34
+ - 'maven/**'
35
+ - 'testing/**'
36
+ - 'transports/**'
37
+ - 'pom.xml'
38
39
workflow_dispatch:
40
0 commit comments