Skip to content

Commit 1ffe9c9

Browse files
authored
Merge pull request #27 from ligangty/main
Trigger the merge-build action only when source files changed
2 parents 8c5c6fc + cc372ac commit 1ffe9c9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/merge-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ on:
2424
branches:
2525
- 'main'
2626
- '1.1.x'
27+
paths:
28+
- 'src/**'
29+
- 'pom.xml'
2730

2831
jobs:
2932
publish-snapshot:

0 commit comments

Comments
 (0)