Skip to content

Commit 9d2dcfb

Browse files
author
Pankaj Agrawal
committed
Change in root pom should also trigger build
1 parent fd900e9 commit 9d2dcfb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- 'powertools-logging/**'
1010
- 'powertools-sqs/**'
1111
- 'powertools-tracing/**'
12+
- 'pom.xml'
1213
push:
1314
branches:
1415
- master
@@ -17,6 +18,7 @@ on:
1718
- 'powertools-logging/**'
1819
- 'powertools-sqs/**'
1920
- 'powertools-tracing/**'
21+
- 'pom.xml'
2022

2123
jobs:
2224
build:

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
<junit-jupiter.version>5.6.2</junit-jupiter.version>
7070
</properties>
7171

72+
7273
<distributionManagement>
7374
<snapshotRepository>
7475
<id>ossrh</id>

0 commit comments

Comments
 (0)