Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ on:
push:
branches:
- master
# We should only let the source code files to trigger the push action
# to avoid meaningless snapshot pushing to sonatype
paths:
- 'api/**'
- 'caches/**'
- 'cdi-embedder/**'
- 'core/**'
- 'maven/**'
- 'testing/**'
- 'transports/**'
- 'pom.xml'

workflow_dispatch:

Expand Down