Skip to content

chore(deps): bump org.codehaus.mojo:build-helper-maven-plugin from 3.5.0 to 3.6.0 in the production-dependencies group #52

chore(deps): bump org.codehaus.mojo:build-helper-maven-plugin from 3.5.0 to 3.6.0 in the production-dependencies group

chore(deps): bump org.codehaus.mojo:build-helper-maven-plugin from 3.5.0 to 3.6.0 in the production-dependencies group #52

Workflow file for this run

name: Build Pull Request
on:
pull_request:
paths-ignore:
- ".github/**"
- "**/README.md"
- "!.github/workflows/build_pr.yml"
- "!.github/workflows/_reusable_build.yml"
jobs:
build-pr:
if: contains(fromJson(vars.SUPPORTED_BRANCHES).all-branches, github.head_ref) != true
uses: ./.github/workflows/_reusable_build.yml
secrets: inherit