Skip to content

Commit

Permalink
Change in root pom should also trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
Pankaj Agrawal committed Sep 1, 2020
1 parent fd900e9 commit 9d2dcfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- 'powertools-logging/**'
- 'powertools-sqs/**'
- 'powertools-tracing/**'
- 'pom.xml'
push:
branches:
- master
Expand All @@ -17,6 +18,7 @@ on:
- 'powertools-logging/**'
- 'powertools-sqs/**'
- 'powertools-tracing/**'
- 'pom.xml'

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<junit-jupiter.version>5.6.2</junit-jupiter.version>
</properties>


<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
Expand Down

0 comments on commit 9d2dcfb

Please sign in to comment.