Skip to content

Commit 3a98102

Browse files
author
Pankaj Agrawal
committed
chore: Build new module in actions
1 parent 61a3a86 commit 3a98102

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- 'powertools-validation/**'
1313
- 'powertools-parameters/**'
1414
- 'powertools-metrics/**'
15+
- 'powertools-test-suite/**'
1516
- 'pom.xml'
1617
- '.github/workflows/**'
1718
push:
@@ -25,6 +26,7 @@ on:
2526
- 'powertools-validation/**'
2627
- 'powertools-parameters/**'
2728
- 'powertools-metrics/**'
29+
- 'powertools-test-suite/**'
2830
- 'pom.xml'
2931
- '.github/workflows/**'
3032
jobs:

.github/workflows/spotbugs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- 'powertools-validation/**'
1313
- 'powertools-parameters/**'
1414
- 'powertools-metrics/**'
15+
- 'powertools-test-suite/**'
1516
- 'pom.xml'
1617
- '.github/workflows/**'
1718
jobs:

0 commit comments

Comments
 (0)