Skip to content

Commit

Permalink
skip superfluous mvn release build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Feb 7, 2024
1 parent b1b992f commit 3175906
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:

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

0 comments on commit 3175906

Please sign in to comment.