Skip to content

Update maven repository to new url #64

Update maven repository to new url

Update maven repository to new url #64

Workflow file for this run

name: "[MAVEN] maven-conf"
on:
push:
branches:
- main
paths:
- "java/common/maven-conf/**"
pull_request:
branches:
- main
paths:
- "java/common/maven-conf/**"
release:
types:
- published
jobs:
run:
permissions:
packages: write
uses: ./.github/workflows/reusable-maven.yml
with:
path_to_package: common/maven-conf/
secrets: inherit