Skip to content

Commit f74dab7

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-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:

0 commit comments

Comments
 (0)