Skip to content

Commit 3175906

Browse files
committed
skip superfluous mvn release build steps
1 parent b1b992f commit 3175906

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313

1414
jobs:
1515
builds:
16+
if: ${{ !(github.ref == 'refs/heads/main' && contains(github.event.head_commit.message, '[maven-release-plugin]')) }}
1617
runs-on: ubuntu-latest
1718
steps:
1819
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)